Este sítio funciona melhor com JavaScript.
Página inicial
Ajuda
Iniciar sessão
heuzef
/
pannellum
espelho de
https://github.com/mpetroff/pannellum.git
Vigiar
1
Marcar como favorito
0
Derivar
0
Código
Questões
0
Lançamentos
22
Wiki
Trabalho
Ver a proveniência
Fix iOS onclick + hover bug
pull/15/head
PhobosK
há 10 anos
ascendente
c45271e794
cometimento
f176e29c88
1 ficheiros alterados
com
4 adições
e
0 eliminações
Visualização em 2 colunas
Opções das diferenças
Mostrar estatísticas
Descarregar ficheiro patch
Descarregar ficheiro diff
+4
-0
src/js/pannellum.js
+ 4
- 0
src/js/pannellum.js
Ver ficheiro
@@ -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';
}
Escrever
Pré-visualizar
Carregando…
Cancelar
Guardar