to all mobile OS Possibility to deploy one app on multiple OS Large community But... HTML5 Spec not final (but almost) Different support on various OS Hard to get same performances as native apps
your app Icon Permissions Target OS versions Title Package name ... Note: After a build you automatically receive a mail with a link to download your app
for example! intel.xdk.camera.takePicture(50,false,"jpg"); document.addEventListener("intel.xdk.camera.picture.add", function(e){ var imgUrl = intel.xdk.camera.getPictureURL(e.filename); document.getElementById('picturePlace').url = imgUrl; }); Take a look at to understand parameters method documentation