rodrigo-md / cordova-dialog-gps

Plugin for phonegap/cordova to display a dialog and redirect to GPS settings when the GPS is disable.
MIT License
28 stars 21 forks source link

Plugin not working on WP8 #15

Open sumitsoman opened 8 years ago

sumitsoman commented 8 years ago

I am unable to run the plugin on my WP8 Cordova app.

No popup appears when I use this:

'cordova.dialogGPS();'

in the error callback function for

navigator.geolocation.getCurrentPosition(onSuccess, onError);