Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

restoring connectivity after starting the App without it doesn't resume normal operation #59

Open
pauldekkers opened this issue Oct 1, 2020 · 0 comments

Comments

@pauldekkers
Copy link
Member

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).

@jornane jornane added bug Something isn't working and removed bug Something isn't working labels Oct 2, 2020
@jornane jornane added this to the Stability milestone Oct 9, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants