Onlocationstatechange Cordova Application Crashes
The application i am working is basically fetches users location using cordova geolocation plugin, and then show the location on the google maps. The problem i'm facing is that whe
Solution 1:
This is noted as issue #85 in the plugin repo and is resolved by patch release cordova.plugins.diagnostic@3.0.4
:
$ cordova plugin rm cordova.plugins.diagnostic &&
cordova plugin add cordova.plugins.diagnostic@latest
Post a Comment for "Onlocationstatechange Cordova Application Crashes"