-
On version 3.0.0 all the functions listed in the title of this issue are async. Android returns those functions immediately so there is no need to have them async in the plugin. wifiwizard and wifiwiz…
-
**I'm submitting a ...** (check one with "x")
[ ] bug report
[ x] feature request
**Expected behavior:**
Able to use plugin with Ionic Native
**Related code:**
`
https://github…
-
不好意思,还有一个问题打扰你一下,在IOS端使用你的插件,从开发板端的调试日志看应该是smartconfig配置上了,但是从app的调试信息看好像有问题,有两个问题:1. app的日志不正常;2. 打调试信息“ESPTouchTask __execute() send gc code”时很慢,app此时应该处于等待状态,给用户感觉配置需要比较长的时间(10s+)。
根据我调试信息观察,打出调试信息…
-
Hi,
I'm getting duplicate SSIDs from scanAsync. Has anyone else had this issue? It is an outstanding issue in WifiWizard 1. Just doing:
WifiWizard2.scanAsync().then(result => {
for (let x in …
-
I am trying your 3.0.0 d1b8cde commit. Using android 7.1.1
I have included my code that I am testing with. The issue I am running into is if I run the code after a fresh reboot of the system, I …
-
Seems that `getCurrentSSID` returns an SSID even when it's not connected to that network, which calls the `getConnectedSSID`
see: https://stackoverflow.com/questions/41366481/android-why-wifimanage…
-
### Prerequisites
Check all boxes if you have done the following:
- [ ] Checked that your issue isn't already filed: https://github.com/arsenal942/Cordova-Network-Manager/issues
- [x] Make s…
-
Any reason for not having code in the functions/methods that require WiFi to be enabled, to automatically enable it?
I get that it's possible to do, but right now, I have to first check if WiFi is …
-
## Your Environment
* Plugin version: Lastest in master
* Platform: Android
* OS version: 7 and 8
* Device manufacturer / model: LG Stylus 3 and Samsung Galaxy S9
* Cordova version (`cordova -v`)…
-
@kapetan I was just wondering if you ever planned on expanding into support for iOS 11? Apple recently added back the ability to connect to Wifi networks and I know you'd make a whole lot of developer…