Offline Errors
No alert | Offline Snackbar | Offline Full Screen blocker | Alert Dialog |
---|---|---|---|
If user is engaging with content that is unaffected by being offline (i.e. when engaging with downloaded content like videos, or filling out a form without submitted it) there will be no indicator that they are offline.
|
|
| If the user tries to submit data while offline (i.e. something that would trigger a POST request), they should see an alert dialog telling them they are offline. In the login activity, when the app detects that we are offline, an alert dialog is displayed that tells the user there is no connection. This can be dismissed either by hitting OK or getting the back button. It also goes away if we have a network connection again. |
Snackbar | Full Screen |
---|---|
^ In certain cases there won't be a search box, this is only showing the case within Find Courses.
| |
We will use the native snackbar in Android and a custom snackbar in iOS |
|
**NOTE: Text is not final, we will need to run it by Carol