Questions tagged as 'intel-xdk'

0
answers

Cordova Camera Plugin does not trigger success or failure feedback

I'm trying to use the latest version (2.2.0) of Cordova Camera Plugin in an app I'm developing on Intel XDK. My javascript and HTML are: <script type="text/javascript" charset="utf-8"> function onSuccess(imageURI) { alert(ima...
asked by 23.06.2016 / 13:29
0
answers

How can I make my app lighter [closed]

Recently I started to create an application by Intel XDK and by test I realize that in my mobile the application runs quickly but in others it ends up giving some fights. Could anyone give me a solution or some idea of what I can do? > Thank y...
asked by 10.04.2016 / 06:52
1
answer

IOS App with Intel XDK on windows [duplicate]

I want to publish an APP I made on the Apple Store. The version of the same for android is already running and OK. My question is if even I do not have a MAC, will I be able to publish the compiled application on windows to IOS without problem...
asked by 07.12.2015 / 22:24
0
answers

Create chat on intel xdk [closed]

I would like to create a chat using Intel XDK, but I did not find anything on the internet. Do you know of any tutorials for this?     
asked by 22.09.2015 / 04:55
2
answers

Intel XDK - Input Hidden

I'm learning how to use Intel XDK. I need to create a hidden field where you will have device information. In html we use hidden , but this command is not accepted in XDK, or I'm doing something wrong. Code: <label class="item item...
asked by 22.09.2015 / 19:49
0
answers

Custom jquery mobile intel xdk icon

I can not put a custom icon in my header! Can anyone help? html: <a data-role="button" class="icon-myicon" data-icon="myicon"></a> css: .ui-icon-myicon{ background-image: url("icons/IconMenuPrincipal.png"); }     
asked by 20.08.2015 / 05:03
1
answer

Open a PDF on Intel XDK

I'm trying to create a link to open a PDF in Intel XDK. <a href="#" onclick="window.open('pdf/arquivo.pdf', '_blank');"> However, it opens the browser and is only on the blank screen. Any suggestions?     
asked by 08.07.2015 / 18:49
1
answer

Input Password - HTML5, Intel xdk, Cordova

I'm having a problem with input type="password" . On Android the input password always starts with the capital letter. How do I when I click on input the first letter is already lowercase? In IOS it works correctly. Her...
asked by 16.10.2015 / 20:40
1
answer

How to do this in Javascript? [closed]

How to make when the user presses the checkbox to appear a counter of how many units he wants?     
asked by 28.09.2017 / 04:01
1
answer

File cordova.js does not appear

Colleagues. When I create an APP on Intel Xdk with Cordova, the following line appears: <script src='cordova.js'></script> But in the directory does not appear this file, but has the folder plugins where it has the folders: c...
asked by 29.10.2016 / 00:37