How to use:
Recommended: Drag the component WebBlock to the pages layouts. you can check the pattern on the Offline Detection Warning Demo.
You don’t need generate the app again.
Events:
Checking - Testing the connection
ConfirmedOffline - A connection test has failed, fired even if the connection was already offline
ConfirmedOnline - A connection test has succeeded, fired even if the connection was already online
Offline - The connection has gone from online to offline
Online- The connection has gone from offline to online
RequestsCapture - A new request is being held (if RemakeRequests flag is set to true)
RequestsFlush - Any pending requests have been remade (if RemakeRequests flag is set to true)