Software Archive
Read-only legacy content
Comunicados
FPGA community forums and blogs have moved to the Altera Community. Existing Intel Community members can sign in with their current credentials.
17060 Discussões

Unreliable GPS on Android Marshmallow

Brandt__Lars
Novo colaborador I
577 Visualizações

 

Ok, so I understand that the geolocation plugin is now just a wrapper for html5 geolocation.
I think there is a problem with html5 geolocation and Android 6 (Marshmallow). I have a big pile of phones with Android down to version 4 working flawlessly, but on Marshmallow the gps will drop frequency and accuracy after some time, sometimes up to 2 minutes between gps positions. 
Others have been reporting similar problems with known tracking apps: https://code.google.com/p/android/issues/detail?id=190376

I wonder if Androids FusedLocationProviderApi somehow messed up some things for "older apps". 
Does anyone know how to get reliable gps with Marsmallow?

Could it be time to reintroduce native geolocation implementing FusedLocationProviderApi?

0 Kudos
1 Responder
PaulF_IntelCorp
Funcionário
577 Visualizações

Lars -- this is something you should take up with the Cordova project, they are the creators and maintainers of the Geo plugin. You might also search the Cordova plugin registry for alternatives to the core Cordova Geo plugin. As well, try building with Crosswalk to see if that makes a difference, since it replaces the Android webview and may provide more reliable and consistent results on your Android devices.

Responder