Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dragable on Ipad #28

Open
robertaonnis opened this issue Dec 17, 2022 · 7 comments
Open

Dragable on Ipad #28

robertaonnis opened this issue Dec 17, 2022 · 7 comments

Comments

@robertaonnis
Copy link

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.

@RWAP
Copy link
Owner

RWAP commented Dec 28, 2022

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!

@robertaonnis
Copy link
Author

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

@RWAP
Copy link
Owner

RWAP commented Dec 28, 2022

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
Copy link
Owner

RWAP commented Dec 28, 2022

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?

@robertaonnis
Copy link
Author

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

@RWAP
Copy link
Owner

RWAP commented Dec 29, 2022

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
Copy link
Owner

RWAP commented Jan 15, 2023

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants