Receive null
from iOSConnectNetwork() when Cellular is enabled and Network is Saved
#133
Open
3 of 7 tasks
Prerequisites
Check all boxes if you have done the following:
Issue type
Select all that apply
Description
Device: iPad Pro 12.9 in.
Version: 15.4.1
Conditions: Cellular data is enabled, but currently connected to WiFi (House WiFi for example). Desired Network to connect to is saved under "My Networks" in the WiFi Settings.
When initiating
await WifiWizard2.iOSConnectNetwork(ssid, ssidPassword);
, the Promise returns almost instantly with a caught error ofnull
and a prompt is displayed on the iPad: "Unable to join the network '...' ".Steps to Reproduce
iOSConnectNetwork()
call to some other network.Expected behavior: Connects to WiFi as defined by the ssid and ssidPassword
Actual behavior: Returns
null
from Promise and displays prompt on the iOS screen "Unable to join the network '...' " immediately.Reproduces how often: 95%. The 5% it works is when switching cellular on and off.
Versions
iOS: 15.4.1
WiFiWizard2: 3.1.1
Ionic: 6.0.8
Additional Information
development.plist
The text was updated successfully, but these errors were encountered: