-
Notifications
You must be signed in to change notification settings - Fork 35
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
Entry / Editor Crashes When Focussed #108
Comments
I am facing the same issue. @Axemasta Did you find a solution or a workaround? |
The only workaround I found is to not use modal pages, which doesn't really work for the apps I'm building! I raised a PR on maui and i believe its going to be merged & included as part of .NET 8 SR5 since it was a bug in the Maui SDK causing this crash. |
Thank you - I am looking forward to the fix :-) |
This is fixed with Maui 8.0.40 SR5, I've tested with my app and the crash no longer happens 🥳 |
If you add an
Entry
/Editor
to aBottomSheet
on iOS, shortly after focussing the control there is a crash:This is a crash from within Maui however I thought I would document on this project, since the issue only happens when using a bottom sheet.
The crash only happens when the page invoking the bottom sheet is a modal.
I have a public reproduction here and have raised the issue with maui so hopefully they can help get a fix.
The text was updated successfully, but these errors were encountered: