Questions tagged [intel-xdk]

The Intel® XDK development system enables software developers to develop, test, preview and deploy HTML5 web and hybrid apps.

Intel® XDK has been discontinued. Statements by Intel can be found at https://software.intel.com/en-us/xdk and https://software.intel.com/en-us/forums/intel-xdk/topic/722218.

This product is no longer being developed or updated for new operating systems and devices. Developers may continue to use the final version of Intel® XDK, however product support will be provided by the Intel XDK community.


Intel® XDK HTML5 Cross-platform Development Tool provides a simplified workflow to enable developers to easily design, debug, build, and deploy web and hybrid apps across multiple app stores, and form factor devices.

Built on web technologies

  • HTML, CSS, JavaScript*, Node-webkit back-end
  • No browser or Java* dependencies
  • Runs on Microsoft Windows* 7, 8, Apple OS X* and Linux*

Creation options

  • Brackets* editor integration with syntax help and auto-completion
  • Or, use your own editor with the Intel XDK
  • Drag & drop UI tool for creating responsive web designs

Integrated Tools

  • Apache * support for Apple iOS*, Android* and Windows* 8
  • Apache Ripple* device emulator and debugger
  • Remote debugging on device with Apache Weinre*
  • Build and debug with Crosswalk* for Android 4.0+ devices

The Intel® XDK

The Intel® XDK is a no cost, integrated HTML5 app development environment for creating cross-platform apps for multiple app stores and form factors. Features include:

  • Editor, device emulator and debugger
  • App Preview for on-device testing
  • Installs on Microsoft Windows*, Apple OS X* and Linux*
  • Intel cloud-based build system for popular mobile targets
  • No need to download or install native platform SDKs

Resources & Links

840 questions
-1
votes
1 answer

How to copy a file from device to app folder with Intel XDK?

I need in my app a function (input type="file") so the user can copy a image from his device into a folder (/imgProducts) in my app in the same device. I tried with PHP, AJAX and XMLHTTP methods and all works fine when I try it as a website BUT when…
Alan Alvarez
  • 646
  • 2
  • 11
  • 32
-1
votes
1 answer

Issues with Test tab and Weinre debug in Intel XDK for Cordova Media Capture plugin test

After reading this post I used the author's code to set up a new Cordova project in Intel XDK and used the XDK UI to add Media Capture plugin to project files. It should open the video UI on phone on touchend event for button, allow recording and…
jerrygarciuh
  • 21,158
  • 26
  • 82
  • 139
-1
votes
2 answers
-1
votes
1 answer

Change img on swap (three varient)

I have 2 button (the unsmile and smile). 1. When i click to unsmile the img "flies" to left side. 2. When i click to smile the img is "flies" to right side. But i need to do the following: When i click on the img and drag it to the left, the img +…
Tomasz
  • 210
  • 1
  • 18
-1
votes
1 answer

How do i play video in mobile using intex xdk?

I need to play a video in android/ios, dont know what plugin to add and how do all stuffs. so for i refereed this below link link But i could not find the cordova plugin - player as mention in the link. Any other ideas or plugins are appreciated.
sibi
  • 635
  • 3
  • 8
  • 26
-1
votes
1 answer

Ifream with google maps on mobile app

im building and app for android that use google maps embed with i frame all this on intel xdi plus cordova on html5 the problem is sometimes the apk show all black and it didn't show the map or is not well centre sometimes looks all fine but is like…
Nicolas Rudisky
  • 175
  • 1
  • 13
-1
votes
1 answer

Apache Cordova 5 vs. prior version 4

TL;DR Should I update my app from Cordova 4 to Cordova 5? Any advantages? What are the key differences? Apache Cordova 5 has been released a few months ago. So I'm looking for some good reasons that encourage me to update my app to the newer…
Jay Dinse
  • 504
  • 4
  • 19
-1
votes
1 answer

crosswalk html video not playing after update

1: i had make app to play video from html crosswalk app using intel xdk my app was working well with intel xdk 2966 video is inside my project and below is code
mdeveloper
  • 143
  • 1
  • 6
-1
votes
1 answer

admobpro AdMob.showInterstitial() causes infinite loop

admobpro AdMob.showInterstitial() causes infinite loop I am using admobpro in an ionic/angularjs app, and every time i call AdMob.showInterstitial() I get an advertisement to appear, but when i click the X to close the advertisement a new one…
Jebs
  • 41
  • 6
-1
votes
1 answer

Insert into Sql database in Intel-xdk

I am developing a mobile app with Intel xdk, so I must use only javascript, HTML and CSS. I am trying to communicate with a database which will insert user input into an SQL database. I realize that it will require php on the server. I am looking…
-1
votes
1 answer

How To show MySQL data in Intel XDK ListView

How do I show PHP list in Intel XDK ListView?
-1
votes
1 answer

Intel XDK HTML5 + Cordova Adjust Brightness

I'm having trouble adjusting the brightness in Intel XDK HTML5 + Cordova. I have imported a phonegap/cordova plugin @ https://github.com/fiscal-cliff/phonegap-plugin-brightness but it still will not do anything. Any advice would be greatly…
-1
votes
1 answer

navigator.globalization.getPreferredLanguage not executing immediately

I am developing an app with Intel XDK and Cordova. At the beginning of the code, I use these lines to get the preferred language from the device and store it into a variable named "lang": navigator.globalization.getPreferredLanguage( …
garfield185
  • 213
  • 2
  • 11
-1
votes
2 answers

Map isn't centered on on the coordinates, Google Maps Javascript API V3

I'm trying to make my first app/test on Intel XDK and start with a simple maps app. My problem is when I try to center my map with the coords. The coordinates appear on right-top instead of center. My code: