-
Notifications
You must be signed in to change notification settings - Fork 120
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
Picker inside SlideMenuView crashes with WindowManagerBadTokenException when touched #82
Comments
Would you please give us some demo project? |
Hi @jessejiang0214, I've set up a demo project: Just checkout master branch, run the app, open the side menu and touch the picker (it's int the fourth row of the grid); it will crash instantly. Thank you for your support |
@thearaks Thanks for your demo, I can reproduce, but I feel that it looks more the bug for Xamarin.Android, or Android's bug. And it seems nothing I can do in this project |
It doesn't look an Android bug to me, maybe the Dialog is created using the wrong Context instance? |
Until they fix the issue, the workaround is to make Datepicker renderer and set the context to Forms.Context. |
On Android, when touching a Picker inside SlideMenuView, the Dialog crashes with WindowManagerBadTokenException.
Here the stack trace:
Could it be related to the fact that I'm using Xamarin.Forms 3.0 while this library is still at 2.5?
Thank you!
The text was updated successfully, but these errors were encountered: