I\'m trying to do a simple alert(\'test\') app, but the event isn\'t being fired, this is the code:
function onLoad() { document.addEventListener("de
Put () at the end of onDeviceReady?
()
onDeviceReady
onDeviceReady()
Let me know if this is right guys, it worked for me when testing on the browser