Skip to content
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

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

Open
MartinZikmund opened this issue Aug 17, 2023 · 2 comments
Open

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

MartinZikmund opened this issue Aug 17, 2023 · 2 comments

Comments

@MartinZikmund
Copy link
Member

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
Copy link

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
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants