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