arsenal942 / Cordova-Network-Manager

Cordova Network Manager enables Wifi management for both Android and iOS applications within Cordova/Phonegap projects.
Other
16 stars 8 forks source link

connectNetwork function success callback should only fire when specified network connects #1

Open arsenal942 opened 7 years ago

arsenal942 commented 7 years ago

The connectNetwork success callback should only fire when we have successfully connected to the specified network. Rather than the client having to implement a timeout function, the plugin should handle this itself.

Will implement shortly.