Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Won't Fix
-
2.9.0
-
None
-
Android 4.4.2
Description
I am developing a Cordova App and facing an issue in Android V4.4.2 (KITKAT ).
geolocation.getCurrentPosition method returns a position even if the Location services are turned off in settings and position returned is the last known position.
Options : maximumAge: 0, timeout: 60000, enableHighAccuracy: false
Method throws Access Denied error in previous versions of android which is correct.