Hi everyone,
I’m using Ionic Angular to build an application for web, Android, and iOS. We’ve implemented location tracking using Ionic Geolocation.
The coordinates are accurate on web and Android, but on ios the app returns incorrect coordinates.
Could you please suggest how to resolve this issue?
return pos = await Geolocation.getCurrentPosition({
enableHighAccuracy: true
});