Skip to content

agarcia17/cordova-plugin-device-name

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cordova Device Name Plugin

This plugin allows you to get the user-friendly name of the device.

On Android, a bluetooth adapter must be present.

Installation

In your application project directory:

cordova plugin add cordova-plugin-device-name

Usage

var deviceName = cordova.plugins.deviceName;
console.log(deviceName.name) // e.g: Becvert's iPad

Credits

All the credits go to the official cordova-plugin-device plugin.

Licence

The MIT License

About

Cordova Device Name Plugin

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 44.3%
  • Objective-C 29.4%
  • Java 26.3%