WifiWizard2
WifiWizard2 copied to clipboard
Uncaught (in promise) Incorrect action parameter: resetBindAll
Check all boxes if you have done the following:
- [x] Checked that your issue isn't already filed: https://github.com/tripflex/wifiwizard2/issues
- [x] Make sure you fill out the Issue Type below
Issue type
Select all that apply
- [x] Bug
- [ ] Enhancement
- [ ] Task
- [ ] Question
- [ ] Other
Description
Hi all, When I call the function to stop bindall, I have this error "Uncaught (in promise) Incorrect action parameter: resetBindAll", has anyone had my same mistake? Thank you!
Versions
Android 9 Huawei P20 Pro plugin version 3.1.1
You have to add plugin to project with command:
cordova plugin add https://github.com/tripflex/wifiwizard2
because latest version 3.1.1 on npm doesn't have last changes to fix this error.
Before add plugin be sure to remove old version from project.
@matteocappello94 thanks a lot bro!