Questions tagged [intel-xdk]

The Intel® XDK development platform empowers software developers to create, experiment, preview, and launch HTML5 web and hybrid applications.

AngularJS: Toggle footer visibility with custom message

My goal is to develop an Angular app using Intel XDK with 3 page scripts in index.html, each having a separate footer. The requirement is for the footer and its message to display and hide every 5 seconds when running each page. app.js app.controller(&ap ...

Utilizing Cache Features in the XDK Application Framework API

I recently posted a question in the Intel Developer Zone forum for XDK, but unfortunately have not received any answers yet. So I decided to seek help here: My project involves creating a simple HTML5-only periodical website that will be packaged as a sta ...

HTML5 Applications with Intel XDK

I'm currently working on an HTML5 application using Intel's XDK platform for building in Android. However, I'm facing an issue where the application crashes when the keyboard pops up upon entering text. Can anyone provide assistance with this problem? ...

What is the process for sending an image via xhttp using the POST method?

I am attempting to accomplish the following: var http = new XMLHttpRequest(); var url = "saveImage.php"; var params = $('#form').serialize(); http.open("POST", url, true); http.setRequestHeader("Content-type", "multipart/form-dat ...