Myles
Myles
Ahh i see where the issue is, the old readme had to use that hash, if you want to use that branch just change it to https://github.com/tripflex/wifiwizard2#dev
@pierresh @Sumbersss so is this specific to accessing the user's location? Guess i'm just trying to understand what APIs the issue is referring to ... and how we would add...
Found this: https://stackoverflow.com/questions/33637591/setting-nslocationwheninuseusagedescription-value-when-using-cordova-plugin-geol We can probably use the same handling as this lib to do this: https://github.com/apache/cordova-plugin-geolocation/commit/f9f7a23c57daad5514ce3d830a2defeb93ba3f78 Not sure whether or not we should add a static defined string, or...
Going to just keep pushing to both for now, and maybe in later version once we deal with upcoming android Q issues (or major version) we can deprecate the wifiwizard2...
@gdeiorio @dpinter unfortunately i don't have any ios devices to test with, have you tried this: > iOS 12 and later, enable the Access WiFi Information capability for your app...
@luisAzcuaga @gdeiorio thanks for your comments, now that i have an iphone i can start testing with, I can start working on checking if maybe this is a specific issue...
@kelter-antunes thanks for reporting this .. i don't see any configuration for that in the Cordova docs, i'm wondering if we should be using `edit-config` instead of `config-file` https://cordova.apache.org/docs/en/latest/plugin_ref/spec.html#edit-config Will...
I do see some issue on `cordova-ios` regarding the new build system, which may have some affect on this if using older version of `cordova-ios` prior to 5.0.0: https://github.com/apache/cordova-ios/issues/407 I...
@awaism551 yeah just wondering if this is specific to a version of cordova or something else because in my tests this is my generated `Entitlements-Release.plist` and `Entitlements-Debug.plist`: ``` com.apple.developer.networking.HotspotConfiguration com.apple.developer.networking.networkextension...
@gdeiorio @dpinter @awaism551 @kelter-antunes @luisAzcuaga @sarpherviz Can you guys please run `cordova platform version ios` and report back the result. Here's mine: Installed platforms: android 6.2.3 ios 4.5.1