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
2
votes
1 answer

Get mic audio in android. AudioContext

(For some reason I can't get an answer to this problem...) Hello. I need to access android microphone. I made a tuner app in the web using this: https://github.com/cwilso/PitchDetect. Works just fine. However when I build the app to android using…
DigitalEvolution
  • 345
  • 2
  • 5
  • 16
2
votes
2 answers

Auto scroll to bottom with ng-repeat in Ionic

I have a problem that become a realy nightmare. I build a mobile chat app with Ionic, Angular and Firebase. The message exchange works well, but i have problem with auto scroll do bottom when received new messages, i try use $ionicScrollDelegate,…
lesimoes
  • 888
  • 2
  • 9
  • 26
2
votes
1 answer

Looping in PhoneGap-NFC function

I have a problem in a function PhoneGap-NFC plug-in Intel XDK. function nova_pulseira(cli_nova_id) { nfc.addTagDiscoveredListener(function (nfcEvent) { var tag = nfcEvent.tag; var = TagID nfc.bytesToHexString(tag.id); …
2
votes
1 answer

Chatbot answer/response time Code in js

Sorry for my bad English but I give my best :) I have some question and I hope I'm right here to find a answer. I want to create a offline chatbot in html/css/js and use the Program Intel XDK. I dont know, how to give the chatbot a special command…
Tony
  • 21
  • 4
2
votes
2 answers

PHP differentiate between ISBN and UPC/EAN

I'm trying to make a barcode scanning application for a client and need to differentiate between ISBN and UPC/EAN. I originally thought ISBN numbers were between 10 or 13 characters long and UPC/EAN were 12 digits long, but reading further the new…
nats0128
  • 509
  • 5
  • 18
2
votes
1 answer

XDK redirect to template file won't work correctly

I am trying to redirect to a template file after an Ajax call using: window.location.href = "templates/somepage.html"; It goes to the page, however, on that page, the buttons won't load properly and the JavaScript won't get called when I click the…
Dan Bray
  • 7,242
  • 3
  • 52
  • 70
2
votes
1 answer

Remember me - How it works on Hybrid mobile app

I am developing an app for my website using intel xdk and cordova plugin. Now how can I develop a login with a basic "Remember me" feature? It is possible to use a cookie? or any secure way to do it? Currently I am able to login using ajax request…
c.k
  • 1,075
  • 1
  • 18
  • 35
2
votes
2 answers

Keep the header and footer fixed while loading a different page?

I have a button and footer I want to click the button for redirect to a website but keep the footer fixed. Please help me. I use Intel XDK Thanks for your help.
Alex
  • 77
  • 1
  • 6
2
votes
1 answer

Intel XDK 3240 - No build target activated

I'm using Intel XDK tool version 3240. Here, i could not set build target. I need to know what is NO BUILD TARGET ACTIVATED and to set the target. How to solve this issue.
sibi
  • 635
  • 3
  • 8
  • 26
2
votes
1 answer

Not able to see google map in intel xdk using Google Map API JS

This is my first Google Map API project, and I am creating a transport app but unfortunately it does not work, earlier it was working but now it is only working in browser not on mobile and emulator. In emulator it only shows Google logo and Terms…
user4395984
2
votes
5 answers

How to alert input value

So I recently decided to try learning app development with Intel XDK, and as of now I know only little bit of HTML. I'm trying to create a basic test app that allows the user to type a message in a text box, and then click the submit button which…
user6111730
2
votes
0 answers

How to disable google map pinch & spread zoom?

I tryed everything to disable pinch & spread zoom for google map, I'm using XDK Intel platform. This codes which I use: var map = new google.maps.Map(document.getElementById('mapp'), { zoom: 17, streetViewControl: false, panControl:…
Samir Junaid
  • 113
  • 1
  • 3
  • 17
2
votes
1 answer

Cordova Phonegap Barcode plugin won't launch from my Intel XDK app

I have been building small app with Intel XDK. I try to open Phonegap Barcode scanner but when launch button is clicked nothing happens. My goal is to scan a QR code and open inAppBrowser link containing result data. I have both Device…
Jqrp
  • 25
  • 2
  • 5
2
votes
1 answer

what is this Javascript opening syntax?

I'm doing a tuts tutorial on intel xdk and parse and one of the source files has this syntax I've never seen anywhere. The file itself opens with a function that not only has no name, but is declared inside regular parentheses. Can someone explain…
Spilot
  • 1,495
  • 8
  • 29
  • 55
2
votes
1 answer

Cordova - deviceready not fired

I have been working with Cordova, and in terms of functionalities everything works. The problem is, I see white screen on some browsers, such as browsers except Safari on Apple mobile devices (so Chrome, Firefox and so on). On Macbook Pro I tested…
Eylül
  • 139
  • 1
  • 3
  • 13