Have an issue with some android tablets that probably are blocking access to GPS location.
I have a function that sets the spinner flag to 1, reads the GPS, calculates a map and then sets the flag to 0 (to hide the spinner).
Seems that when the JS function can’t complete the GPS reading it doesn’t continue and therefore the spinner never clears.
Has anyone come across this or knows how to handle the JS function so that it will continue running.?
Thanks.