Ver a proveniência

Fix iOS onclick + hover bug

pull/15/head
PhobosK há 10 anos
ascendente
cometimento
f176e29c88
1 ficheiros alterados com 4 adições e 0 eliminações
  1. +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';
}


Carregando…
Cancelar
Guardar