Commit 7c8b161ca0eb20088a335cbfc9d4eecef2d3bc37
1 parent
ed6c4954
Exists in
master
and in
7 other branches
-
Showing
1 changed file
with
5 additions
and
0 deletions
Show diff stats
classesjs/classe_eventos.js
... | ... | @@ -533,6 +533,11 @@ i3GEO.eventos = |
533 | 533 | i3GEO.eventos.mouseupMapa(exy); |
534 | 534 | } |
535 | 535 | }; |
536 | + docMapa.ontouchend = function(exy) { | |
537 | + if (!i3GEO.eventos.botaoDireita(exy)) { | |
538 | + i3GEO.eventos.mouseupMapa(exy); | |
539 | + } | |
540 | + }; | |
536 | 541 | }, |
537 | 542 | /** |
538 | 543 | * Retorna true se o botão da direita foi utilizado no evento do mouse | ... | ... |