bigblocho5 / jquery-nicescroll

Automatically exported from code.google.com/p/jquery-nicescroll
0 stars 0 forks source link

input[type=range] can't slide when the nicescroll is over the container #12

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Open following URL:
http://webstik.com/nicescroll/

Here you will see one div with enables nicescroll over it. On iPad the HTML5 
element input[type=range] can't be moved. How this can be fixed?

Thank you! 

Original issue reported on code.google.com by webstik....@gmail.com on 3 Aug 2012 at 7:32

GoogleCodeExporter commented 8 years ago
This can be solved with following code:

$("input[type=range]").bind('touchstart', function (e) {
    e.stopPropagation();
});

Check again http://webstik.com/nicescroll/

:)

Original comment by webstik....@gmail.com on 6 Aug 2012 at 12:59

GoogleCodeExporter commented 8 years ago
I'm investigating...

Original comment by inuya...@gmail.com on 7 Aug 2012 at 1:49

GoogleCodeExporter commented 8 years ago
Thanks for feedback. This is a perfect solution.

Original comment by inuya...@gmail.com on 7 Aug 2012 at 8:24

GoogleCodeExporter commented 8 years ago
Fix released on last beta 2
http://bit.ly/RIT6wm

Original comment by inuya...@gmail.com on 11 Aug 2012 at 8:18

GoogleCodeExporter commented 8 years ago

Original comment by inuya...@gmail.com on 11 Aug 2012 at 8:19

GoogleCodeExporter commented 8 years ago

Original comment by inuya...@gmail.com on 11 Aug 2012 at 8:20

GoogleCodeExporter commented 8 years ago
No feedback.

Original comment by inuya...@gmail.com on 15 Oct 2012 at 8:57