Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wifi is not connecting in ionic 3? #81

Closed
sudhan-ionic opened this issue Nov 13, 2017 · 2 comments
Closed

wifi is not connecting in ionic 3? #81

sudhan-ionic opened this issue Nov 13, 2017 · 2 comments

Comments

@sudhan-ionic
Copy link

sudhan-ionic commented Nov 13, 2017

I am using ionic framework for connecting wifi.
i am using this plugin

$ ionic cordova plugin add cordova-plugin-hotspot
$ npm install --save @ionic-native/hotspot

I am using this Instance Members to connect.

this.hotspot.connectToWifi(SSID, password)
.then((data) => {

          console.log(".........hotspot..........",data);
        }, (error) => {
            console.log(".........hotspot error..........",error);
          })

But particular Wifi device is not connecting why?

I am having like this error
.........hotspot.......... Connection was not successfull

@hypery2k
Copy link
Owner

hypery2k commented Jan 2, 2018

the plugin is discontinued, so I will not maintain this repo anymore

@faizan1990
Copy link

Hi, can you let us know if there's an alternate that you or someone else is maintaining elsewhere?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants