irceline / aq-mobile-be

App for consulting air quality data in Belgium using the ionic framework for Android and iOS
Apache License 2.0
7 stars 8 forks source link

Error-View in case of unreachable time_app_json #252

Closed janschulte closed 3 years ago

janschulte commented 3 years ago

Currently https://www.irceline.be/air/time_app_json.php isn't reachable and the app isn't usable in this case. I think a default hint for the user is needed. Do you have a mockup or something for this case?

opeeters commented 3 years ago

Let's start simple. When https://www.irceline.be/air/time_app_json.php is not responding, a pop-up informs the user that the servers are not reachable.

A distinction could be made between servers not responding versus a device having no network connectivity (cf alerts in BelAir v1).

janschulte commented 3 years ago

Implemented with last commit