You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.
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).
The text was updated successfully, but these errors were encountered:
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.
The only way is to terminate the app and start it again. That's unexpected (at least by the display of the Back button).
The text was updated successfully, but these errors were encountered: