-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Time Picker Focus Unfocus is not working on Android #26908
Comments
I confirm this is an issue with the latest nightly build |
Also, I have checked with Windows. The focus and unfocus go into an infinite loop. I have attached a video link. Is there any way around to solve this issue? |
@IXChinmayD I think it will be better if you submit another bug for this infinite loop on Windows |
@kubaflo I am just informing you that focus/ unfocus works in Windows but not in Android Platorm. |
@IXChinmayD yeah I got you :) But I think that this Windows infinite loop should also be fixed |
There is already an issue created for Windows #26415 |
I assume this happens with DatePicker as well since the code is the same? Should we open a new issue and then wait for the time picker PR to be merged and then do whatever we agree on for the date as well. |
Hi @mattleibow , is there any temporary workaround for the time picker on Android? |
Discussed in #26880
Originally posted by IXChinmayD December 31, 2024
Hello. I have a MAUI sample project to show focus and unfocus isn't working on Android. Here is the link:- https://github.com/IXChinmayD/HelloWorldTest.git
Please help what I would need to implement to trigger the focus and unfocus event?
The text was updated successfully, but these errors were encountered: