Plugin returns "Not avaiable" error
See original GitHub issuePrerequisites
Check all boxes if you have done the following:
- Checked that your issue isn’t already filed: https://github.com/tripflex/wifiwizard2/issues
- Make sure you fill out the Issue Type below
Issue type
Select all that apply
- Bug
- Enhancement
- Task
- Question
- Other
Description
Plugin returns returns “Not avaiable” error on iOS 13 when getConnectedSSID()
is called, same application was working just fine on iOS 12. Also checked the app permissions and updated dependencies, but problem persists.
Steps to Reproduce
- Build Ionic application and install on a device running iOS 13.1.3
- Connect to any wifi network on the iOS device
- Trigger the
getConnectedSSID()
method from anywhere in the code (make sure promise gets called after device is ready) e.g.
WifiWizard2.getConnectedSSID()
.then(result => alert(JSON.stringify(result)))
.catch(error => alert(JSON.stringify(error)))
Expected behavior:
The method should resolve successfully and result
should be shown in the alert message
Actual behavior:
The method does not resolve and the catch
callback is called, the message shown in the device is “Not available”
Reproduces how often: 100%
Versions
- iPhone 7
- iOS 13.1.3
- WifiWizard2 3.1.1
Issue Analytics
- State:
- Created 4 years ago
- Reactions:4
- Comments:26
Top Results From Across the Web
Fixing “This Plugin is Not Supported” error in Windows 10
1. Enable Flash in Chrome. 2. Install the latest Flash player; Update Flash:Clear the browsing data in Chrome. 3. Use another browser to...
Read more >WordPress Plugin Troubleshooting: What To Do When Your ...
Double-click the wp-content folder to open it. Right-click or Control+click the plugins folder, and select Rename. Rename the plugins folder to ...
Read more >How to Fix the HTTP Error 503 Service Unavailable - Kinsta
Start with the first folder, and rename it to anything you like. Check your website to see if the error is gone. If...
Read more >Solve Problems With Plugins – WordPress.com Support
Check if the issue still exists. If the error is no longer present, the plugin(s) you deactivated was causing the conflict. Determine which...
Read more >How to Fix WordPress 404 Not Found Error [8 Easy Solutions]
Note: If it's not resolved, simply change the myplugins folder name to plugins and move to the next troubleshooting method. If it's resolved, ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@arsenal942 @andreareidel @digaus Call
WifiWizard2.getConnectedSSID()
will throwNot available
error on device ofiOS 14 Beta
.The following is the console log:
package.json
Then, I tried to switch the npm package to digaus
Still throws this error.
I have checked the location authorization and I have connected a WiFi hotspot.
This may be fatal, because Apple will release the official version of its iOS 14 system in the near future.
If I still need to provide any information, I can provide it immediately.
iPhone 13pro,IOS 15.4.1,use getCurrentPosition() return “Not available”,can you help solve this problem?