Skip to content

FakeLocation is a cordova plugin to check if "Allow mock locations" are enabled or disabled in android devices.

Notifications You must be signed in to change notification settings

chin8/cordova-plugin-fakelocation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cordova-plugin-fakelocations

FakeLocation is a cordova plugin to check if "Allow mock locations" are enabled or disabled in android devices.

Supported Platforms

  • Android

Installation

Cordova:

cordova plugin add https://github.com/tomloprod/cordova-plugin-fakelocation.git

Usage

This plugin exports an object with one method called "check" which returns true or false:

window.plugins.fakeLocation.check(function(IsEnabledMockLocations){
	console.log(IsEnabledMockLocations);
});

About

FakeLocation is a cordova plugin to check if "Allow mock locations" are enabled or disabled in android devices.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 70.3%
  • JavaScript 29.7%