diff --git a/src/application.js b/src/application.js index b118f44ba7..abc959113d 100644 --- a/src/application.js +++ b/src/application.js @@ -267,7 +267,6 @@ dwv.App = function(mobile) if( mobile ) { if( event.type === "touchstart" - || event.type === "touchend" || event.type === "touchmove") { event.preventDefault(); @@ -293,6 +292,7 @@ dwv.App = function(mobile) handled = true; } } + else if( event.type === "touchend" ) handled = true; } else {