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

Disable multi-touch #106

Closed
plplmax opened this issue Oct 5, 2023 · 0 comments
Closed

Disable multi-touch #106

plplmax opened this issue Oct 5, 2023 · 0 comments

Comments

@plplmax
Copy link
Owner

plplmax commented Oct 5, 2023

Multi-touch introduces ways to broke the app.

For example, user is opening ModalNavigationDrawer and, keeping the first finger, tap on the "Sign out" button using the second finger. ModalNavigationDrawer should be closed, but it stays open. Yeah, it can be fixed by removing ModalNavigationDrawer from UI hierarchy instead of disabling ModalNavigationDrawer's gestures, but it's redundant over-engineering.

Another example is deleting multiple notifications using five fingers simultaneously. It may be a problem in the future when implementing undo feature.

plplmax added a commit that referenced this issue Oct 5, 2023
@plplmax plplmax closed this as completed Oct 5, 2023
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