Questions tagged as 'intel-xdk'

1
answer

Submit on numeric keypad - Intel XDK

Hello. I'm having trouble using submit in a numeric input on Intel XDK. I want you to click on the "GO / IR" function. In JS it looks like this: $('ins_prod').on('submit', function(){ alert("oi"); }); Only when running it re...
asked by 05.12.2016 / 17:51
1
answer

AngularJS + route - Failed to execute 'replaceState' on 'History': A history state object with URL '...' can not be created in a document

Good Morning, Has anyone had the problem of applying XDK / CORD to looping when initializing. This error only occurs on the device. It will "reboot" until the error below occurs     
asked by 30.08.2016 / 16:06
1
answer

Uncaught ReferenceError: takepic is not defined (Intel XDK)

I saw on the internet an example to capture photo in the app. I am debugging and this error appears:    Uncaught ReferenceError: takepic is not defined My code: function takepic(){ intel.xdk.camera.takePicture(10,true, "jpg");...
asked by 19.12.2015 / 16:30
1
answer

Intel XDK $ .getJSON does not return php value

I am doing a query in mySQL using $.getJSON , but I am not able to return the value. test page: <!doctype html> <html> <head> <meta charset="utf-8"> <title></title> <script src="http://code.jqu...
asked by 17.12.2015 / 21:54
1
answer

IndexedDB does not connect on Android 4.2

I'm working on the IntelXDK IDE, and I use the IndexedDB to persist some files. When emulating the project in the IDE, everything works perfect, it makes the connection, it brings all the data, everything works. When I generate my APK, and insta...
asked by 14.09.2015 / 19:50
1
answer

Intel XDK doubts

Am I needing to identify if Intel's XDK language has features where it runs without the use of the internet? Or is all content you need to view and use to connect to the internet? The reason I need to create an application is that even if the...
asked by 04.08.2015 / 21:33
0
answers

Problems connecting an Intel XDK application to the database

Good afternoon. I have the following problem: I created an application in intel xdk but I can not send the user registration data to the database in any way. I am using the wampserver. I looked at a tutorial on the internet and in the tutorial t...
asked by 23.04.2017 / 22:36
1
answer

Banner in IFRAME does not open new window IOS and ANDROID

I have an application that in footer I put an IFRAME that rotates the banners. It turns out that when you click it it hangs and it does not open the new window with the advertiser's site. Where am I going wrong? <iframe id='a177cc70' nam...
asked by 06.02.2017 / 13:03
1
answer

need help with this error: Uncaught TypeError: Can not read property 'push' of null Vue.methods.addOrder (anonymous function)

Problem When I'm going to call the addPedido function with v-on:click="addPedido" of vue.js the Uncaught TypeError error: Can not read 'push' of null property and I could not identify the urgent problem needing urgent help!...
asked by 30.11.2016 / 03:54
1
answer

INTEL XDK + IONIC error installing apk

Good afternoon, I'm developing an app for study purposes ... I was following the FULL STACKER DEVELOPER tutorial videos and modifying as I wanted. The app works on localhost and on the intel xdk simulator (using an online bank), but after gen...
asked by 16.11.2016 / 18:10