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

Uncaught (in promise) Incorrect action parameter: resetBindAll #103

Open Danyzzz opened 4 years ago

Danyzzz commented 4 years ago

Check all boxes if you have done the following:

Issue type

Select all that apply

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

matteocappello94 commented 4 years ago

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.

Danyzzz commented 4 years ago

@matteocappello94 thanks a lot bro!