You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.
I currently use an additional JavaScript file http://code.google.com/p/jquery-ui-for-ipad-and-iphone/ which works. But what's not possible (I do not know if iOS supports this), drag two elements simultaneously. I can only drag and drop one element.
It works, but the problem is it is very slow, because we have to use css 3 transitions.
It whould be very easy to overwrite currently used top and left style properties if they would be done in separate method in every widget or centralized.
Hi jquery-mobile team,
I want to use jquery-ui draggable to move a div around a page.
At the moment, the ipad is catching the drag, so the page is sliding up and down.
I've seen the slider example, and it might be the best start yet, implementing the same solution with X/Y coordinates.
Have you got other ideas to implement this drag feature?
Thanks for your work,
Alex
The text was updated successfully, but these errors were encountered: