Il sito funziona meglio con JavaScript.
Home
Aiuto
Accedi
heuzef
/
pannellum
mirror da
https://github.com/mpetroff/pannellum.git
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Rilasci
22
Wiki
Attività
Sfoglia il codice sorgente
Fix iOS onclick + hover bug
pull/15/head
PhobosK
10 anni fa
parent
c45271e794
commit
f176e29c88
1 ha cambiato i file
con
4 aggiunte
e
0 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+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';
}
Scrivi
Anteprima
Caricamento…
Annulla
Salva