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

Android gesture navigation interfering with in-app swipe navigation #36

Closed
shambu2k opened this issue Nov 10, 2021 · 4 comments
Closed
Labels
bug Something isn't working workaround available Something isn't working, but a workaround is available

Comments

@shambu2k
Copy link
Contributor

Sometimes, swiping from the left when in news page, it goes back to the feed and also closes the app. (Screen recording below)
@Mosc already pointed out that this could be due to flutter/flutter#83087
Reducing the gesture detection width definitely reduces the frequency of this happening.
This is probably the same issue causing #32 but this is what happens.
https://user-images.githubusercontent.com/49567934/140781994-9fa7c416-ac6d-4a98-b1b2-86b7688cd628.mp4

@Mosc
Copy link
Owner

Mosc commented Nov 13, 2021

Yeah, thanks for reporting this bug. At the moment the only workaround I can imagine is to add a settings that disables some or all gestures. Not really a fan of that, but it might just be necessary.

@Mosc Mosc added the bug Something isn't working label Nov 13, 2021
@shambu2k
Copy link
Contributor Author

I have some experience with flutter. I could try working on this. Do we add the gesture toggle in the appearance bottom sheet?

@Mosc
Copy link
Owner

Mosc commented Nov 14, 2021

Oh, sure, a PR would be welcome. I think we'd put the swipe disable toggle in the new Settings menu, as its effect is not directly visible to the user.

@Mosc
Copy link
Owner

Mosc commented Oct 23, 2023

Although certainly not a perfect solution, I've decided to abandon gestures entirely starting from v2.0.0 due to their general bugginess.

@Mosc Mosc closed this as completed Oct 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working workaround available Something isn't working, but a workaround is available
Projects
None yet
Development

No branches or pull requests

2 participants