[
https://issues.apache.org/jira/browse/CB-8443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15096101#comment-15096101
]
jcesarmobile commented on CB-8443:
----------------------------------
first remove the one you have installed with
cordova plugin rm cordova-plugin-geolocation
then install as you said
cordova plugin add https://github.com/apache/cordova-plugin-geolocation.git
should work without the .git too
cordova plugin add https://github.com/apache/cordova-plugin-geolocation
> Android: nothing happens if GPS is turned off
> ---------------------------------------------
>
> Key: CB-8443
> URL: https://issues.apache.org/jira/browse/CB-8443
> Project: Apache Cordova
> Issue Type: Bug
> Components: Plugin Geolocation
> Affects Versions: 3.5.0
> Environment: moto G android 4.4.4
> Reporter: clement bidon
> Labels: android, triaged
>
> to goe the error: disable "ALL LOCATION SERVICE" on the phone.
> call "getCurrentPosition" or "watchPosition" functions without any timout.
> The "onError" function should be called with
> "PositionError.PERMISSION_DENIED" or with
> "PositionError.POSITION_UNAVAILABLE", BUT IT S NOT THE CASE: --> nothing
> happens.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]