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

Handle Android Q gesture navigation #17

Open
chris-horner opened this issue May 11, 2019 · 1 comment
Open

Handle Android Q gesture navigation #17

chris-horner opened this issue May 11, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@chris-horner
Copy link
Contributor

So Android Q's new gesture navigation makes it trickier to pull out a drawer from the right hand side. By default that gesture will now navigate back. One option we do have is to exclude part of the right hand side for gesture navigation, allowing us to continue opening the drawer. Maybe the top 50% of the right hand edge, since that's less likely to be used when navigating back? 🤷‍♂

@chris-horner chris-horner added the enhancement New feature or request label May 11, 2019
@jsprincep
Copy link
Contributor

👍 Haven't had time to look into it fully, but it looks like Chris Banes has some solutions for us:
https://twitter.com/chrisbanes/status/1126899316818186241
https://gist.github.com/chrisbanes/94ba4303151f2b187679e1d82af3b53e

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants