We have an HTML5 application that uses web sql, standalone functionality, and the geolocation API with the enableHighAccuracy option.
Since iOS6 position.coords.accuracy often reports high values (100 m +) even after several minutes of warm-up in the open air, while iOS5 quickly and quickly remained at a speed of 5 m in the same way on iPhone 4S, iPad 3.
One way is to kill all the applications, then launch the Apple map application, click on the button of the current location, and then launch the HTML5 web application, in which case everything will work as expected.
Thanks to SO12503815, we do not work with mobile web applications.
Any workarounds besides coding your own application?
source share