You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a ONLINE/OFFLINE status message at the bottom of the page view for the app. When physical internet connection is broken (by switching off WiFi or going into Airplane mode without data connection), this status message remains ONLINE even though there is no internet connection. As a result perhaps, the videos that are not available for offline viewing show up as active (not shaded). This is confusing to the user.
Expected Behaviour
The status should get updated to OFFLINE when network connection is broken and all the videos that are NOT downloaded for offline viewing should be greyed out.
Also, per #105 (comment) It looks like there is a difference between making the service worker offline vs. cutting the network connection. For the former, the behavior is as expected. For the latter, the behavior is not supported as of now.
Bug Description
There is a ONLINE/OFFLINE status message at the bottom of the page view for the app. When physical internet connection is broken (by switching off WiFi or going into Airplane mode without data connection), this status message remains ONLINE even though there is no internet connection. As a result perhaps, the videos that are not available for offline viewing show up as active (not shaded). This is confusing to the user.
Expected Behaviour
The status should get updated to OFFLINE when network connection is broken and all the videos that are NOT downloaded for offline viewing should be greyed out.
Steps to reproduce
Screenshots
Screenshot showing how video cards and status behaves when network connection is cut
Additional context
Do not alter or remove anything below. The following sections will be managed by moderators only.
Acceptance criteria
Implementation brief
QA testing instructions
Demo
Changelog entry
The text was updated successfully, but these errors were encountered: