The first fresh install of my app on Android doesn't retrieve the Geolocation. Android asks if I want to allow my location to be retrieved - I press 'Allow'. If I close the app and re-open the app then location is retrieved and all works well. Please note this all works perfectly on iOS.
Options are:
let options = {enableHighAccuracy: false};
Geolocation has been setup correctly returning a promise.
Close and open app after this and it works as expected.
My manifest:
I have also tried with these options:
The catch is eventually executed.