浏览代码

Fix iOS onclick + hover bug

pull/15/head
PhobosK 10 年前
父节点
当前提交
f176e29c88
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. +4
    -0
      src/js/pannellum.js

+ 4
- 0
src/js/pannellum.js 查看文件

@@ -582,6 +582,10 @@ function createHotSpots() {
loadScene(hs.sceneId);
return false;
};
div.ontouchend = function() {
loadScene(hs.sceneId);
return false;
};
div.style.cursor = 'pointer';
span.style.cursor = 'pointer';
}


正在加载...
取消
保存