cordova-plugin-locationservices icon indicating copy to clipboard operation
cordova-plugin-locationservices copied to clipboard

Google Location Services for Cordova/Android

Results 15 cordova-plugin-locationservices issues
Sort by recently updated
recently updated
newest added

Hello! First of all, thx for the great work on this plugin. On the Android side of things, because there is a new player in town when it comes to...

Trying to access `cordova.plugins.locationServices.geolocation.priorities.PRIORITY_HIGH_ACCURACY` gets `Uncaught TypeError: Cannot read property 'PRIORITY_HIGH_ACCURACY' of undefined`

Google recently (June 17, 2019) released version 17.0.0 of the location services library. This release includes the following breaking change: > Migration from Android Support Libraries to Jetpack (AndroidX) Libraries....

Changes the version for the com.google.android.gms:play-services-location framework to version 16.

It shows security exception on some android models **Example : Gionee S6s (GIONEE_WBL7519), 3072MB RAM, Android 7.0** Stacktrace of exception java.lang.SecurityException: at android.os.Parcel.readException (Parcel.java:1683) at android.os.Parcel.readException (Parcel.java:1636) at com.google.android.gms.internal.zzeu.zzb (Unknown...

How to replicate OS: Android 6.0 - start watchPosition - app should shutdown with Fatal Exception because the 'permission' for Location has not been approved by user Error from log:...

Hi @louisbl I added a test to know if location is mocked (by FakeGPS or something else) Dunno if you're interested in this feature, but I needed it anyway :)

On Samsung Galaxy S7 Edge, Android 7.0, My app crashes right after showing Permission dialog, and throws : Client must have ACCESS_FINE_LOCATION permission to request PRIORITY_HIGH_ACCURACY locations. If I choose...

I'd like to work with speed value of GPS instead of calculating it myself, but I'm wondering, which unit of measerent the speed value of plugin actually has? I was...