Este site funciona melhor com JavaScript.
Página inicial
Ajuda
Acessar
heuzef
/
pannellum
espelhamento de
https://github.com/mpetroff/pannellum.git
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Versões
22
Wiki
Atividade
Ver código fonte
make pannellum in touch only device scrollable when config.draggable is false.
pull/359/head
Alan Zhang
7 anos atrás
pai
1e61a22be6
commit
a1fb9bfaac
1 arquivos alterados
com
4 adições
e
0 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+4
-0
src/js/pannellum.js
+ 4
- 0
src/js/pannellum.js
Ver arquivo
@@ -803,6 +803,10 @@ function onDocumentTouchStart(event) {
* @param {TouchEvent} event - Document touch move event.
*/
function onDocumentTouchMove(event) {
if (!config.draggable) {
return;
}
// Override default action
event.preventDefault();
if (loaded) {
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar