tripflex / WifiWizard2

A Cordova plugin for managing Wifi networks (new version of WiFiWizard) - Latest is version 3+
https://www.npmjs.com/package/cordova-plugin-wifiwizard2
Apache License 2.0
122 stars 146 forks source link

internet access outside app #137

Open shadow476z opened 1 year ago

shadow476z commented 1 year ago

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:

  1. WifiWizard2.getScanResults check if the wifi device is on the list
  2. if it is then call WifiWizard2.formatWifiConfig
  3. 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