-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
NavigationDrawerController and menu button #977
Comments
Hey! I tried the sample project now, NavigationDrawerController sample, and all seems to work. Can you confirm using the latest Material version and with the sample this issue exists? If not, we will need to investigate your setup. Thank you! |
i'm use the last version of Material (2.12.16) and the issue exits for left and right view controller. |
Have you tried it with the sample, because I did and there is not an issue. |
This is not happening to me with the latest and same simulator. Can you ensure that you are not loading a cached copy or something corrupt, because I cannot reproduce this issue? |
you swipe to left when tap on left UIBarButtonItem ? |
I am closing this issue for now. If you send me a reproducible project, I will reopen this. Thank you! |
i think you don't understand how to bring this bug, please, use the gesture on the menu button EXACTLY as I was showing. As if you want to throw the button off the screen. |
Ah I see, well two things. One you are using a normal UINavigationController, the sample used a Material NavigationController. Second, you are doing this on a simulator, which means you might be breaking the touch events when the cursor goes off the simulator screen area. I would check this on a real device and send me a reproducible project. If you need any further help, let me know :) |
this issue is exists for real devices, and i replaced a normal UINavigationController with Material NavigationController the issue still exists for simulator and real device, and this is a reproducible project. please make look for two methods in NavigationDrawerController the methods |
Thank you, I will take a look :) |
I see now what you are saying. I can reproduce the issue. I'll take a look :) |
I had the same issue, you must add a |
@toonvanstrijp I will add fix that removes the need to add the UITapGestureRecognizer. |
Hi @DanielDahan, have you had time to look at this yet? I see this behaviour in my App too. |
Hi @DanielDahan, I have same issue, is a problem in iOS 10, because the toolbar is before the button. iOS 10 iOS 11 Material 2.12.17 |
Hey, sorry for the delay. I was on vacation. I will take a look today :) |
I can confirm that is a bug. Step to reproduce
Material : 2.9.4 |
@aemgtz Thank you. I am investigating the issue. |
Here is my work around solution. ` class AppNavigationDrawer: NavigationDrawerController {
} ` |
Can you try this commit and tell me if the issue has been fixed, 9d03ba4. Thank you! |
I tried with Material 2.12.19. |
@DanielDahan Thank you! it's work for me too. |
@ayham-achami nice, I will make a release now :) |
Released in Material 2.12.19. Thank you! |
if press on menu button on navigation bar and move finger to left, the left view controller will close, but the content view stay on screen, and block the user interactions.
The text was updated successfully, but these errors were encountered: