Internet error issue

Good day,

My app uses a Google sheet 99% of the time.

As soon as user does not have internet access, the app shows internet error. Due to it trying to read the Google sheet.

My issue/problem is, everytime it shows the error it shows my google sheets url which I don't want to show at all.

Is there away to adviod showing the url or showing a nicer error message?

Thank you in advance

Test for internet access before calling the google sheet url.

Or just use the other 1% :wink:

2 Likes

Is it error 1101?
Catch it in the Screen.ErrorOccurred event
For an example see App Inventor Tutorials and Examples: MySQL | Pura Vida Apps

Taifun

2 Likes