The OfflineDetection Reactive component is designed to provide Mobile and Reactive apps with the ability to accurately detect whether they are online or offline, even when devices are connected to WiFi networks with no connectivity.
It can help you make your mobile apps ready for scenarios with intermittent network access and provide a rubost user experience by adapting the context to the available resources, improving OfflineData synchronization patterns or simply provide visual warnings of connection changes.
The component is based on the OfflineJS library and is composed by the OfflineDetectionEvents block and the IsOffline client action.
The events triggered by the block are:
This component is the updated reactive version of the original OfflineDetection component.
BSD-3 license (https://opensource.org/licenses/BSD-3-Clause)