jquery-ui-touch-punch
jquery-ui-touch-punch copied to clipboard
Scroll inside draggable elements contents doesn't work on Ipad
I am experiencing this issue as well - i hope i will come up with a solution. I have a long list of draggable items that need to be scrollable as well, I tried to solve it by using the delay option of draggable() but still the scrolling is disabled..
I am experiencing this issue too..
I have this issue with sortable - my list of sortable items needs to be scrollable too, and the scrolling is disabled.
basically what i did to re-enable scrolling was:
- remove the e.preventDefault() call on the touchHanlder, this enables scrolling
- tell my scrollables to only fire when they are moved at least 30px horizontally (you can set the 'distance' option in scrollable options)
- modify jqueryui so that 'distance' only tracks horizontal events as trigger...
now i have again a scrollable area with draggable elements... see also my SO question here: http://bit.ly/T6687U
+1
From my point of view the best solution is this: http://stackoverflow.com/questions/19283780/draggable-is-blocking-touch-event