http://cordova.apache.org/docs/en/3.3.0/cordova_connection_connection.md.html#Connection
1) install plugin
1) install plugin
cordova plugin add org.apache.cordova.network-information
and use window.device.model for model number and window.device.uuid for IMEI number
var networkState = navigator.connection.type
No comments:
Post a Comment