Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 299 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 299 Bytes

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!

  });