Skip to content
This repository has been archived by the owner on Nov 27, 2018. It is now read-only.

fastrde/cordova-plugin-fastrde-checkgps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Not maintained anymore

phonegap-checkGPS

Plugin to Check if GPS enabled on iOS and Android

install

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

usage

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

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

  });

About

Plugin to Check if GPS enabled on iOS and Android

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published