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

User Swipe Hijacking (Browser Navigation on Touch Devices) #719

Open
shalanah opened this issue Sep 18, 2024 · 0 comments
Open

User Swipe Hijacking (Browser Navigation on Touch Devices) #719

shalanah opened this issue Sep 18, 2024 · 0 comments

Comments

@shalanah
Copy link

shalanah commented Sep 18, 2024

Many mobile browsers rely on user swiping to navigate.

This can be detrimental to interactive websites that also rely on user inputs on swipe or horizontal scroll.

Allow for ways to circumvent this browser swipe hijacking.

Only guardrail I've seen I can use is unload prompts to prevent browser from navigating.

This also has odd effects on pointer event delegation and disrupts that flow that can create a faulty app state that relies on pointerdown, pointercancel, pointermove, pointerup reliability depending upon how far the browser navigation state.

@shalanah shalanah changed the title Browser Swipe Navigation Hijacking (Touch Devices) User Swipe Hijacking (Browser Navigation on Touch Devices) Sep 18, 2024
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

1 participant