ecommerce1986 / mobiscroll

Automatically exported from code.google.com/p/mobiscroll
0 stars 0 forks source link

not working on Blackberry browser OS 6.0 #28

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
mobiscroll does not seem to work on the blackberry OS 6.0 browser (webkit). The 
buttons set and cancel work. However the scroll (or clicks in the clickpick 
mode) does not work. 

Blackberry OS6.0

To reproduce the problem you can use the blackberry browser to go to 
http://demo.mobiscroll.com/

Thanks

Original issue reported on code.google.com by manny.m...@gmail.com on 2 Sep 2011 at 8:03

GoogleCodeExporter commented 8 years ago

Original comment by diosla...@gmail.com on 23 Sep 2011 at 2:10

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
As of 2.0.3 this is fixed

Original comment by diosla...@gmail.com on 2 Nov 2012 at 1:52

GoogleCodeExporter commented 8 years ago
Issue 38 has been merged into this issue.

Original comment by diosla...@gmail.com on 2 Nov 2012 at 1:52