-
Notifications
You must be signed in to change notification settings - Fork 15
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
Dialog has conflict with Keyboard dismiss event. #19
Comments
I think issue is with following line.. var window = getCurrentView == null |
@alexsorokoletov can you suggest a quick hack for this issue, if any exists.....?? |
Hi @musaab-qamar-zeeshan! This is an open-source project and I am more than happy to accept a contribution that would fix the problem. To start with something, it would be great if you could provide additional information:
|
Hi, i have same problem. The problem is rare and occurs on specific iphones. I only know that the case happened on iOS 14.5 , 14.6 ,maybe also older. VS for Mac 8.8.3(build 16) Another mac |
@alexsorokoletov @musaab-qamar-zeeshan Sample code :
|
@MateuszLas421 thanks for the sample code, Github done something weird with the formatting. |
Since this repo is a port of https://github.com/squimer/DatePickerDialog-iOS-Swift to Xamarin, has anyone tried to see if the same problem occurs in the Swift version? |
When keyboard get dismissed then this dialog occurred only for a second and then get hidded. After that when tap a button to show it again, it do not appear until we change the context and come again to that view/screen.
The text was updated successfully, but these errors were encountered: