Sfoglia il codice sorgente

Fix iOS onclick + hover bug

pull/15/head
PhobosK 10 anni fa
parent
commit
f176e29c88
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. +4
    -0
      src/js/pannellum.js

+ 4
- 0
src/js/pannellum.js Vedi File

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


Caricamento…
Annulla
Salva