summaryrefslogtreecommitdiff
path: root/StoneIsland/www/js/index.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2019-08-14 00:35:09 +0200
committerJules Laplace <julescarbon@gmail.com>2019-08-14 00:35:09 +0200
commita0ea31b7b1e189e4ea742dcabadcd1942caf1864 (patch)
tree8d26bfd8189422712f38137cdb6556e802552bb9 /StoneIsland/www/js/index.js
parent01bbafd5a8a583235995140d4bbef1a56dc95e4d (diff)
increase font sizes, add button css
Diffstat (limited to 'StoneIsland/www/js/index.js')
-rwxr-xr-xStoneIsland/www/js/index.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/StoneIsland/www/js/index.js b/StoneIsland/www/js/index.js
index e358fc56..ed82a820 100755
--- a/StoneIsland/www/js/index.js
+++ b/StoneIsland/www/js/index.js
@@ -18,6 +18,9 @@ var app = (function(){
app.iscroll_options = {
mouseWheel: true,
scrollbars: true,
+ disablePointer: is_android ? true : false, // important to disable the pointer events that causes the issues
+ disableTouch: false, // false if you want the slider to be usable with touch devices
+ disableMouse: false // false if you want the slider to be usable with a mouse (desktop)
}
if (window.cordova) {