Skip to content
This repository has been archived by the owner on Feb 25, 2023. It is now read-only.

Is it possible to disable pop ups on mobile when dragging? #870

Closed
ghost opened this issue Sep 27, 2020 · 2 comments · Fixed by #871
Closed

Is it possible to disable pop ups on mobile when dragging? #870

ghost opened this issue Sep 27, 2020 · 2 comments · Fixed by #871

Comments

@ghost
Copy link

ghost commented Sep 27, 2020

To scroll on mobile by dragging, you have to find an empty spot on the page where you can drag. This can be an absolute challenge on certain cluttered websites. Is it possible to only activate pop ups by tapping the text? So no activation when you "hold" text.

@toasted-nutbread
Copy link
Collaborator

toasted-nutbread commented Sep 27, 2020

This is technically split up into two different parts: disabling touch move scanning and disabling scroll prevention. This should be possible using the new customizable input system which will be available in the next release. The options look like this, with the top box being the default touch options, and the bottom being the settings for the behaviour you are asking for.

image

Also as an aside, once you have text selected from a scan, if you start your touch on that selection, scrolling won't be prevented.

@ghost
Copy link
Author

ghost commented Sep 28, 2020

Thanks! I'll keep an eye on it.

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

Successfully merging a pull request may close this issue.

1 participant