ソースを参照

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';
}


読み込み中…
キャンセル
保存