Warning: this component's logic has been migrated to OfflineDetection Reactive, to allow it being used also by Reactive Web Apps, and it's likely to be discontinued in the future. For now is being kept for legacy and maintainability issues, but is strongly advised to switch to the new implementation.
Allows a mobile app to accurately detect if it's online or offline, even if it's connected to a WIFI network with no connectivity. Includes block that triggers several events related with the app's connectivity, that can automatically grab ajax requests made while the connection is down and remakes them after the connection is restored, and simple client side logic to validate connectivity status.
Completely based on Javascript (offline.js) and with no external dependencies.
Detail of existing triggered events:
BSD-3 license (https://opensource.org/licenses/BSD-3-Clause)