You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AIR should have some API to get Geolocation granted accuracy for Android 12+ and iOS 14+. I mean full/precise or reduced/approximate.
That's how application could handle granted accuracy and show anything in UI if reduced accuracy granted instead of precise for example.
Feature Description
AIR should have some API to get
Geolocation
granted accuracy for Android 12+ and iOS 14+. I mean full/precise or reduced/approximate.That's how application could handle granted accuracy and show anything in UI if reduced accuracy granted instead of precise for example.
https://developer.android.com/training/location/permissions#user-choice-affects-permission-grants
https://developer.apple.com/documentation/corelocation/claccuracyauthorization?language=objc
May be it could be new
PermissionEvent
property or new event or newGeolocation
property.Related issues:
#2822
#2809
#2022
Known Workarounds
none
May be write native extension to work with location permissions.
The text was updated successfully, but these errors were encountered: