Issue with refreshing .NET MAUI Blazor app on Android device #15462
Unanswered
hiiro-sips
asked this question in
General
Replies: 3 comments
-
Same issue here, recently started building new .NET MAUI app, when i use an emulator everything works but when I use a local device I need to uninstall the debug app with every debug or else i get the same blank screen! @hiiro-sips Did you find a solution to this problem? or workaround? |
Beta Was this translation helpful? Give feedback.
0 replies
-
same issue here |
Beta Was this translation helpful? Give feedback.
0 replies
-
same |
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.
-
Hello,
I'm currently testing app development using .NET MAUI Blazor. I started by building an app using the MAUI Blazor template in Visual Studio 2022, and when I deploy the app directly to my Android device, it launches successfully on the first attempt. However, if I make even a minor change to the text in index.razor and try to debug it again, the screen turns completely blank.
Interestingly, if I uninstall the app from my Android device and then debug it again, it works fine. However, it's quite inefficient to uninstall the app every time. I was wondering if anyone else has encountered a similar issue and if there's a workaround or solution available.
I appreciate any insights or suggestions you may have regarding this issue. Thank you in advance!
Beta Was this translation helpful? Give feedback.
All reactions