I am looking out for a plugin in outsystems that helps to check if the user’s mobile network is on or off?. Which plugin in forge works well with both android and iOS?
admin Answered question February 9, 2023
Trying using the GetNetworkStatus() action from the OutsystemsUI that returns true if the device is connected any network. More details about this function can be found at https://www.outsystems.com/forums/discussion/56001/network-status-detection/
admin Answered question February 9, 2023
