unoplatform / Uno.Wasm.Bootstrap

A simple nuget package to run C# code in a WASM-compatible browser
Other
371 stars 57 forks source link

When loading fails on mobile, there is no way to know why #757

Open MartinZikmund opened 1 year ago

MartinZikmund commented 1 year ago

On mobile there is no way to access Developer Tools, there should be a helpful message telling the user what can be done (e.g. refresh), as well as what has gone wrong

Screenshot_20230817_102703

francoistanguay commented 7 months ago

This is before the app is loaded?

Can it be handled by regular application exception handling or it's not loaded yet?

Could we have something that displays the error message instead of the icon when in debug?

jeromelaban commented 7 months ago

This is before the app is loaded, .NET is generally not loaded. Some of it needs to be handled by the code in the runtime, some of it on our end when we show the error icon. The error is a tooltip that does not show on mobile at this time.