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

Drawer is visible on iOS when you navigate between screens #3

Open
aprihodko opened this issue Apr 25, 2017 · 1 comment
Open

Drawer is visible on iOS when you navigate between screens #3

aprihodko opened this issue Apr 25, 2017 · 1 comment
Labels

Comments

@aprihodko
Copy link

It is only occurs on iOS. When you navigate back from one screen wrapped into a Drawer to another screen, the Drawer is visible as it is located outside of the left border of the screen.

@Tinysymphony
Copy link
Owner

@aprihodko I've considered this problem. On my point of view, the drawer should only be used in the top level screen, because the action that swipes from left edge to right is designed to pop navigate history in iOS. That means at least, subpages cannot be wrapped into a Left-Drawer. If you do need this drawer menu, please use Right-Drawer to avoid this conflict. :)

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

No branches or pull requests

2 participants