Closed GoogleCodeExporter closed 9 years ago
This works as intended. If you hold your finger on the +/- buttons, the wheels
are scrolled until touchend.
The default interval is 300ms (meaning that if the tap is longer than that, it
will scroll 2 or more values), but you can change it through the 'delay' option
if you don't like it:
$('#test').scroller({
preset: 'date',
delay: 1000,
});
Original comment by diosla...@gmail.com
on 28 Nov 2012 at 12:34
Thanks for your reply. I beg to differ that it works as intended. In the case
of the tablet, every single tap results in a scroll of at least two units,
instead of one. So no matter the length of the tap, the scroller moves twice. I
will be changing it in my version but it is definitely an issue on an Android
Nexus 7 table inside of a Android WebView.
Original comment by loveni...@gmail.com
on 28 Nov 2012 at 3:40
I confirm the bug, on Nexus 7 running Android 4.2.
Set delay to a longer time doesn't resolve the problem, still scrolls twice on
a single tap.
I'm using also jQuery Mobile 1.2.0 final and Cordova 2.1.0.
Original comment by pierre.a...@gmail.com
on 12 Dec 2012 at 3:52
Checking it...
Original comment by diosla...@gmail.com
on 13 Dec 2012 at 10:27
Issue 118 has been merged into this issue.
Original comment by diosla...@gmail.com
on 13 Dec 2012 at 10:28
Fixed in 2.4.2
Original comment by diosla...@gmail.com
on 22 Feb 2013 at 11:17
Hi, first post here.
Experiencing this bug with
MobiScroll v2.7.0
Device - Samsung GT-P1000
OS - Android 2.2.3 (Gingerbread.XWJP9).
Original comment by alexande...@gmail.com
on 20 Sep 2013 at 9:56
Just experienced this bug with MobiScroll 2.6.2 on three different Android
tablets running 4.2.2.
Tested with default browser as well as UC browser - both had the same behavior.
Was this fixed in 2.4.2 and then broken again in later versions?
Original comment by soltr...@gmail.com
on 19 Dec 2013 at 6:31
Original issue reported on code.google.com by
loveni...@gmail.com
on 27 Nov 2012 at 8:50