hypery2k / cordova-hotspot-plugin

A Cordova plugin for managing HotSpot networks on Android
MIT License
37 stars 50 forks source link

wifi is not connecting in ionic 3? #81

Closed sudhan-ionic closed 6 years ago

sudhan-ionic commented 6 years ago

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 commented 6 years ago

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

faizan1990 commented 5 years ago

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