Questions tagged as 'intel-xdk'

1
answer

Connection Problem with Intel XDK

Whenever I try to log in or use Intel XDK the following messages appear    The webpage link may be temporarily unavailable or may have been moved permanently to a new web address. Or when I build the application    Internet and logi...
asked by 20.03.2017 / 00:34
1
answer

Firebase - Print records in descending order

I can not print the records in descending order. I looked at several websites for tips that could help me, but when I adapt to my code, nothing works! My question is: I'm creating a game on Intel XDK using Firebase as a database and Javasc...
asked by 13.02.2017 / 00:36
1
answer

How to turn v-on: click="sync" into something automatic that is triggered when opening the html

Explaining the problem I have this javascript that in the html I call v-on:click="sync" it updates the news list, but this news list while I do not click on sync it goes blank, so I'm looking for a way to make v-on:click="sync"...
asked by 24.11.2016 / 23:01
1
answer

How to increase text font with NgSatinize? [closed]

I'm not able to increase or decrease the source of my news, which has the NgSatinize attribute, does anyone know how to modify it? or another way to saturate my html?     
asked by 20.11.2016 / 18:34
1
answer

Error adding more than one given mysql function in javascript intel XDK with PHP

I'm using the following function: $( document ).ready(function() { var $server; $server = 'http://localhost/mobile/DatabaseXDK/database/www/'; $('#inclusao').on('click', function(){ $nome = $('#nome').val(); $.ajax...
asked by 17.01.2017 / 04:40
1
answer

Open page after 2 seconds with js on intel xdk

I'm using intel xdk. On the first page has the system logo, I want the system home page to be loaded after 2s. As a test I did this with button to see how it is done, but I'm not sure how to do it to load automatically after 2s. See: $(d...
asked by 10.12.2015 / 20:04
0
answers

How to put Collapsible List Group in ajax?

I want to put tabs when the person in the category opens a list of products, but I can not get [! [ $(document).on("click","btnMesa1",function(evt) { $.ajax({ type:"get", url:"http://localhost:8080/ProjetoXDK/appModelo/www/php/func...
asked by 13.11.2017 / 00:06
0
answers

Download by javascript does not work on intel xdk

I have a script that works normally in the mobile browser and in the browser of the computer, however when it generates an apk it saves a file with another extension instead of the proposal. Below is my script $("#download").click(funct...
asked by 27.05.2017 / 14:08
1
answer

How to manipulate MAC address (rotocolot address)? [closed]

I am making an application on INTEL XDK for smartphone and would like to capture the MAC Adrees value of the currently active Wifi Router, as well as the network name (SSID) and password, to make comparisons. Example: I have 3 routers with the s...
asked by 28.09.2016 / 17:34
0
answers

Problems with apk in intel xdk

I'm having trouble generating a apk in intel xdk , it's generating right, but my application communicates with a amazon server, which collects data directly from the server. No intel xdk it works right it communicates...
asked by 30.10.2016 / 19:50