Skip to content

sshen81/cordova-plugin-device-meta

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cordova-plugin-device-meta

Some device information for Cordova Apps (PhoneGap/Hybrid) Currently supports only Android, and iOS

Install

cordova plugin add https://github.com/ozexpert/cordova-plugin-device-meta.git

Usage

cordova.plugins.DeviceMeta.getDeviceMeta(function(result){
	// result.debug - Whether App is in debug mode
	// result.networkProvider - Network provider name
	// result.ip - IP Address from device
	// result.manufacturer - Device manufacturer
});

About

Some device information for Cordova Apps (PhoneGap/Hybrid)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 53.2%
  • Objective-C 41.2%
  • JavaScript 5.6%