| Recommend this page to a friend! |
| Classes of martin barker | > | PhoneGap Events | > | phonegap.evts.demo.js | > | Download | ||
|
|||||||||||||||||||||
(function(PGE){
PGE.addEventMethod('deviceready', function(){
alert("Hello World from PGE");
console.log("Hello World from PGE");
});
})(PhoneGapEvents); |