From 58bf27362c0b3d1d41e135aa8bdbd38297a4d0f9 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Thu, 17 Sep 2015 08:32:19 -0400 Subject: add scrollers to a few things --- StoneIsland/www/js/index.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'StoneIsland/www/js/index.js') diff --git a/StoneIsland/www/js/index.js b/StoneIsland/www/js/index.js index 12bc089c..31e78c92 100644 --- a/StoneIsland/www/js/index.js +++ b/StoneIsland/www/js/index.js @@ -38,6 +38,9 @@ var app = (function(){ if (window.cordova) { // cordova.plugins.Keyboard.disableScroll(true) } + + document.addEventListener('touchmove', function(e){ e.preventDefault() }) + app.view = null app.router = new SiteRouter () app.router.route() -- cgit v1.2.3-70-g09d2