diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-08-14 00:35:09 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-08-14 00:35:09 +0200 |
| commit | a0ea31b7b1e189e4ea742dcabadcd1942caf1864 (patch) | |
| tree | 8d26bfd8189422712f38137cdb6556e802552bb9 /StoneIsland/www/js/index.js | |
| parent | 01bbafd5a8a583235995140d4bbef1a56dc95e4d (diff) | |
increase font sizes, add button css
Diffstat (limited to 'StoneIsland/www/js/index.js')
| -rwxr-xr-x | StoneIsland/www/js/index.js | 3 |
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) { |
