cordova-plugin-fastrde-checkgps

check if GPS is enabled on Android and iOS

Usage no npm install needed!

<script type="module">
  import cordovaPluginFastrdeCheckgps from 'https://cdn.skypack.dev/cordova-plugin-fastrde-checkgps';
</script>

README

cordova-plugin-fastrde-checkgps

Plugin to Check if GPS enabled on iOS and Android

install

yourAppDir$ phonegap plugin add https://github.com/fastrde/cordova-plugin-fastrde-checkgps.git

usage

CheckGPS.check(function win(){
    //GPS is enabled!

  },
  function fail(){
    //GPS is disabled!

  });