jquery-ui-touch-punch icon indicating copy to clipboard operation
jquery-ui-touch-punch copied to clipboard

Dragable on Ipad

Open robertaonnis opened this issue 2 years ago • 7 comments

Hi, on Ipad pro, if I use Dragable or Sortable the system move correcly move the part but the is a problem on the scroll of the page. If you try to move on touchscreen in the same time the page scroll and is really difficult to move.

robertaonnis avatar Dec 17 '22 13:12 robertaonnis

Yes - unfortunately, that is probably more to do with the touchscreen operating system and how it detects that you are trying to scroll the page, rather than move an item about the page - after all, scroll is probably much more common!

RWAP avatar Dec 28 '22 08:12 RWAP

Ok so this bug remain. Have you plan to check in the future or not yet? Thanks a lot

robertaonnis avatar Dec 28 '22 12:12 robertaonnis

I don't own an ipad or any iOS device - so cannot test. Open to ideas as to how the operating system is supposed to know that you are dragging something beyond the edge of the screen and so you want to continue scrolling on the page as well as dragging.....

RWAP avatar Dec 28 '22 12:12 RWAP

Just read somewhere that iOS expects:

"You single-finger click to start dragging something over to wherever you want it to go; then while holding that finger, an additional two finger gesture can be used to scroll content in any application."

Does that work - or is it what you are trying to achieve?

RWAP avatar Dec 28 '22 12:12 RWAP

I know how you can test so you can see the issue on console. Open chrome and set responsive like ipad air:

image

This port view is the same of ipad pro. And the system replicate exactly the issue

robertaonnis avatar Dec 28 '22 19:12 robertaonnis

Yes, I know this, but with a mouse, you cannot replicate two finger movements etc...

Do you have a sample site where you have implemented the draggable option......

People also need to be aware that this is NOT my code - it is just a repository where we brought together all of the requested changes to the original code which had not been updated in years.

Others can comment and suggest their own changes, if they can spot what is causing an issue, or have a workaround

RWAP avatar Dec 29 '22 08:12 RWAP

I know how you can test so you can see the issue on console. Open chrome and set responsive like ipad air:

image

This port view is the same of ipad pro. And the system replicate exactly the issue

Someone else has reported that this works in mobile Chrome, but not Firefox.

If you need it investigating, then you need an example site and confirm which browser you are using!

RWAP avatar Jan 15 '23 07:01 RWAP