dpa99c / cordova-plugin-request-location-accuracy

Cordova/Phonegap plugin for Android and iOS to request enabling/changing of Location Services by triggering a native dialog
96 stars 62 forks source link

When there is no Google Play Services, `request` method is hanging #30

Closed egesu closed 7 years ago

egesu commented 7 years ago

It works as expected when there is play services installed and up-to-date. If it is not installed, I call canRequest method and it returns true - which I think should return false. Then I call request method but the success or error callback is not fired. I need to make a fallback way using diagnostics plugin but I cannot check if it works or not.

dpa99c commented 7 years ago

Closed for the same reason outlined in #31 - i.e. no intention to support Android devices without Google Play Services installed. Fork and modify if you see this as necessary.