You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: When using the EditorField control in the UraniumUI library, the application crashes when running on a physical device outside debug mode. This issue does not occur during debugging.
Steps to reproduce:
Add an EditorField to a XAML file.
Deploy the app to a physical device and run it directly (not in debug mode).
Navigate to the page containing the EditorField using PushmodalAsync
Actual Behavior: The app crashes when the page with the EditorField is accessed.
Library Version: 2.10.2 .NET MAUI Version: .NET 8 Device/OS: Android 13 - API 33 Development Environment: VS 2022 latest
Workaround: Removing the EditField resolves the issue.
The text was updated successfully, but these errors were encountered:
Description: When using the EditorField control in the UraniumUI library, the application crashes when running on a physical device outside debug mode. This issue does not occur during debugging.
Steps to reproduce:
Actual Behavior: The app crashes when the page with the EditorField is accessed.
Library Version: 2.10.2
.NET MAUI Version: .NET 8
Device/OS: Android 13 - API 33
Development Environment: VS 2022 latest
Workaround: Removing the EditField resolves the issue.
The text was updated successfully, but these errors were encountered: