From 3cf5e5a97afe8fc7877b528cf19130bef0d68bad Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Thu, 10 Sep 2020 14:35:21 +0200 Subject: build the app --- StoneIsland/platforms/ios/www/js/lib/etc/scroll.js | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'StoneIsland/platforms/ios/www/js/lib/etc/scroll.js') diff --git a/StoneIsland/platforms/ios/www/js/lib/etc/scroll.js b/StoneIsland/platforms/ios/www/js/lib/etc/scroll.js index 253921e1..51e14a01 100644 --- a/StoneIsland/platforms/ios/www/js/lib/etc/scroll.js +++ b/StoneIsland/platforms/ios/www/js/lib/etc/scroll.js @@ -22,8 +22,9 @@ function NativeScroll(el) { } function ScrollFactory (el, opt) { - if (accessibility.voiceOver) { - return NativeScroll(el) - } - return new IScroll(el, opt) + return NativeScroll(el) + // if (accessibility.voiceOver) { + // return NativeScroll(el) + // } + // return new IScroll(el, opt) } -- cgit v1.2.3-70-g09d2