aboutsummaryrefslogtreecommitdiffstats
path: root/phonegap/www/js/mobile.js
diff options
context:
space:
mode:
Diffstat (limited to 'phonegap/www/js/mobile.js')
-rw-r--r--phonegap/www/js/mobile.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/phonegap/www/js/mobile.js b/phonegap/www/js/mobile.js
index 309b34073..07dc61ac3 100644
--- a/phonegap/www/js/mobile.js
+++ b/phonegap/www/js/mobile.js
@@ -1,3 +1,7 @@
+function touchmove(e) {
+ e.preventDefault();
+}
+
function show_around( lat, long ) {
pc = $('#pc').val();
localStorage.latitude = lat;