added device model detection

This commit is contained in:
Sergey Gorbaty
2013-05-03 14:14:19 -07:00
parent 3dbfdbac7e
commit 0479744dfc

View File

@@ -17,7 +17,8 @@ beef.execute(function() {
+ " cordova api: " + device.cordova
+ " platform: " + device.platform
+ " uuid: " + device.uuid
+ " version: " + device.version;
+ " version: " + device.version
+ " model: " + device.model;
} catch(e) {
phonegap_details = "unable to detect phonegap";
}