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

feat(UI): Prevent out of screen scrolling with touch #1278

Merged
merged 1 commit into from
Jun 20, 2023

Conversation

Kruptein
Copy link
Owner

@Kruptein Kruptein commented Jun 20, 2023

On touch devices (and mostly mobile devices), the browser handles scrolling the UI differently and will try to slide the entire screen to the top or bottom which looks jarring in the context of PA.

This PR just adds some css rules to prevent the browser from handling touch input on the board itself as well as the side menubar.

It does not initiate fullscreen stuff as mentioned in #1155 however.

@Kruptein Kruptein merged commit 2cc7d74 into dev Jun 20, 2023
@Kruptein Kruptein deleted the feature/prevent-overscroll-on-touch branch June 20, 2023 12:20
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

Successfully merging this pull request may close these issues.

1 participant