Rich M

Results 96 comments of Rich M

Hi - this project has not been updated in many years. You are better trying my own branch - https://github.com/RWAP/jquery-ui-touch-punch which incorporates many of the suggested changes and bugfixes

The lines: ` touch.clientX + $(window).scrollLeft(), // clientX + scrollLeft - fix for zoomed devices while dragging touch.clientY + $(window).scrollTop(), // clientY + scrollTop - fix for zoomed devices while...

Which version of jquery is this - that might be the problem. Otherwise try my branch - https://github.com/RWAP/jquery-ui-touch-punch

> > > @RWAP you're doing great work folding in fixes, you might want to take a look at this one. It works better with your updated code as you...

Remember that this is a very old version of touch punch which is never updated. Please use: https://github.com/RWAP/jquery-ui-touch-punch And see if that fixes the issue

Interesting - yes, I can confirm on my android phone, the button does not display. However, it is NOT an issue with touch-punch per se - I think that to...

Suggest you ignore this very old version of touch-punch and use the updated version at https://github.com/RWAP/jquery-ui-touch-punch

This is not an issue with touch-punch (which turns touch gestures into mouse movements), but more to do with how jquery-ui works. Basically, you have to re-assert the draggable after...

The only problem is that you can then get multiple draggable events on existing div elements. You should ideally use something like: ``` $( document ).ready(function() { /** * orientationchange...

This does not appear to be related to jquery-ui-touch-punch - are you even linking that in? I guess it is more to do with either jquery-ui or your css