Q: Can my website offer different functionality based on whether the device is online or offline?
There are several options for offering different functionality depending on network availability:
- You can use CSS to selectively hide UI elements when device is offline.
- You can check network availability in client script using our JavaScript API which is currently in development. Please contact us for private beta access.