Help! Native Embedding Maui app randomly stops responding to clicks after some time. #22579
Replies: 1 comment
-
I ended up dumping high level MAUI controls entirely to fix this issue, and will be writing future projects in react native or some other alternative. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a known problem that will cause a MAUI app to randomly stop calling code and just sort of fail?
I've been working on this conversion from Xamarin to Maui, and as part of it I have a few native embeddings.
The pages work great... for a few minutes, but at random be it a few seconds to a few minutes after page launch, everything just stops working. The UI still functions. I can open dropdowns or scroll a displayed PDF, but all of the buttons and callbacks to MAUI just totally fail.
I've tried a billion solutions, but the behavior just keeps reappearing no matter what I try.
Beta Was this translation helpful? Give feedback.
All reactions