Skip to content

jimibi/Cellular

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fr.edps.cordova.cellular

This plugin defines a global cellular object, which describes the cellular GSM. Although the object is in the global scope, it is not available until after the deviceready event.

document.addEventListener("deviceready", onDeviceReady, false);
function onDeviceReady() {
    console.log(cellular.operator);
}

Installation

cordova plugin add https://github.com/jimibi/Cellular

Properties

  • cellular.cellID
  • cellular.lac
  • cellular.psc
  • cellular.imei
  • cellular.operator
  • cellular.neighbors

Beta version not for public use now.

About

Cellular network informations

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published