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
Hi guys we are setting up a wifi device that will give free wifi to users,
currently the app is connecting to the wifi network and its able to allow internet access inside of the app via inapp browser for example
Is there an option or a way to allow for Internet usage out side of the app environment even if it means tweaking the java source code?
Steps followed:
WifiWizard2.getScanResults check if the wifi device is on the list
if it is then call WifiWizard2.formatWifiConfig
feed the formatted config from step 2 to WifiWizard2.add
Results in access to the Internet from within the app only, we want to allow to other apps and the device browser
Using version 3.1.1 of this plugin
Testing on Android
The text was updated successfully, but these errors were encountered:
Question
Hi guys we are setting up a wifi device that will give free wifi to users,
currently the app is connecting to the wifi network and its able to allow internet access inside of the app via inapp browser for example
Is there an option or a way to allow for Internet usage out side of the app environment even if it means tweaking the java source code?
Steps followed:
Results in access to the Internet from within the app only, we want to allow to other apps and the device browser
Using version 3.1.1 of this plugin
Testing on Android
The text was updated successfully, but these errors were encountered: