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 swipe gesture support #157

Open
DimmyMaenhout opened this issue Feb 23, 2021 · 2 comments
Open

Android swipe gesture support #157

DimmyMaenhout opened this issue Feb 23, 2021 · 2 comments
Labels
android Android specific P2 Medium prio plugin A plugin should be created or used instead

Comments

@DimmyMaenhout
Copy link

At this moment there is no support for Android swipe gestures released in android 10.

@vanlooverenkoen
Copy link
Contributor

It is possible to ignore parts of the screen for swipe back gestures.

https://medium.com/@VasyaFromRussia/how-to-make-android-gesture-navigation-respect-your-ui-in-flutter-255a17f610e6

other flutter issues:
flutter/flutter#38626

pr that implemented this. But this was later reverted
flutter/engine#11441

@vanlooverenkoen
Copy link
Contributor

Because this feature was reverted in the engine. we should create a android only plugin for this feature.

@vanlooverenkoen vanlooverenkoen added android Android specific P2 Medium prio plugin A plugin should be created or used instead labels Oct 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
android Android specific P2 Medium prio plugin A plugin should be created or used instead
Projects
Status: Todo
Development

No branches or pull requests

2 participants