restoring connectivity after starting the App without it doesn't resume normal operation
Opened this issue · 0 comments
pauldekkers commented
When there is no network connectivity at the start of the App, we see a screen displaying "Please turn on mobile data to configure undefined", and a "Back" button.
When you go to the network settings, enable network connectivity and resume the App, there is no point in clicking back or anything. You'll get this endless loop.
⚡️ To Native -> Network getStatus 75148873
⚡️ TO JS {"connected":true,"connectionType":"wifi"}
⚡️ To Native -> WifiEapConfigurator isNetworkAssociated 75148874
⚡️ TO JS {"success":false,"message":"plugin.wifieapconfigurator.error.ssid.missing"}
⚡️ To Native -> Network getStatus 75148875
⚡️ TO JS {"connected":true,"connectionType":"wifi"}
⚡️ To Native -> WifiEapConfigurator isNetworkAssociated 75148876
⚡️ TO JS {"success":false,"message":"plugin.wifieapconfigurator.error.ssid.missing"}
⚡️ To Native -> Network getStatus 75148877
⚡️ TO JS {"connectionType":"wifi","connected":true}
⚡️ To Native -> WifiEapConfigurator isNetworkAssociated 75148878
⚡️ TO JS {"success":false,"message":"plugin.wifieapconfigurator.error.ssid.missing"}
⚡️ To Native -> Network getStatus 75148879
⚡️ TO JS {"connectionType":"wifi","connected":true}
⚡️ To Native -> WifiEapConfigurator isNetworkAssociated 75148880
⚡️ TO JS {"success":false,"message":"plugin.wifieapconfigurator.error.ssid.missing"}
⚡️ To Native -> Network getStatus 75148881
⚡️ TO JS {"connectionType":"wifi","connected":true}
⚡️ To Native -> WifiEapConfigurator isNetworkAssociated 75148882
⚡️ TO JS {"success":false,"message":"plugin.wifieapconfigurator.error.ssid.missing"}
⚡️ To Native -> Network getStatus 75148883
⚡️ TO JS {"connected":true,"connectionType":"wifi"}
⚡️ To Native -> WifiEapConfigurator isNetworkAssociated 75148884
⚡️ TO JS {"success":false,"message":"plugin.wifieapconfigurator.error.ssid.missing"}
APP INACTIVE
The only way is to terminate the app and start it again. That's unexpected (at least by the display of the Back button).