Closed GoogleCodeExporter closed 8 years ago
Original comment by diosla...@gmail.com
on 23 Sep 2011 at 2:10
this issue was reported 9+ months back, any idea as to when we can expect a fix
?
Original comment by amol.de...@gmail.com
on 20 Jun 2012 at 2:35
See
http://stackoverflow.com/questions/11827446/touch-detection-blackberry-9300-6-0
accepted answer.
In short: some builds of BlackBerry OS6 browser incorrectly report the device
as touch enabled.
Suggested change:
mobiscroll.core.js, line 473, "touch = ('ontouchstart' in window)," - add a
condition to rule this specific hardware/os combination out (as you can see in
the stackoverflow question, other methods are not really 100% reliable in
dealing with touch detection)
Original comment by greymat...@greymatter.pl
on 20 Sep 2012 at 5:57
As of 2.0.3 this is fixed
Original comment by diosla...@gmail.com
on 2 Nov 2012 at 1:52
Issue 38 has been merged into this issue.
Original comment by diosla...@gmail.com
on 2 Nov 2012 at 1:52
Original issue reported on code.google.com by
manny.m...@gmail.com
on 2 Sep 2011 at 8:03