Questions tagged as 'apache-cordova'

1
answer

Phonegap does not change the package name

I'm using the Phonegap build to generate the APK. However, when sending to the Play Store it says that the app name is "com.phonegap.ww". I opened the APK with the APK Editor and it actually appears this name, however I have already chan...
asked by 15.04.2015 / 18:01
1
answer

MoneyMask does not work on Device

The Jquery plugin does not work on device , would anyone know how to solve this? The question is this, I looked into why the MoneyMask plugin did not work inside device and found that the plugins they use the Keydown event that...
asked by 02.02.2015 / 04:00
5
answers

change the title of a Window confirm ()

I would like to know if I could somehow change the title of a window confirm() because I'm developing an app using phonegap and when I call this window it presents me the title with the name of my html file, can I modify this? if so how...
asked by 17.12.2015 / 18:00
2
answers

Splashcreen Plugin (Cordova) and icons do not work on Crosswalk

I'm using this module that automatically adds a Crosswalk wrapper to a Cordova project. Obs : It requires that the "platform" be [email protected]. Ok, so I give the command to do the Crosswalk Wrap in the project and everything goes well....
asked by 06.03.2015 / 07:02
2
answers

iOS apps made in Phonegap can be compiled in Windows?

The Phonegap builder serves to compile the applications for you, but on iOS it makes an error when compiling. What does it take to compile on iOS using Phonegap builder? What kind of key do I need to compile it? I found this phonegap link: l...
asked by 27.05.2015 / 18:33
1
answer

Offline database in Phonegap app

I'm creating an app with Phonegap and need to consume / manipulate information from an existing SQLite database inside my WWW directory but in 3 days searching for tutorials I just found ways to create the database on time and then insert...
asked by 07.11.2014 / 15:32
2
answers

App style in pure CSS3 breaks while running on Android

I'm making an app with Cordova + Sammy.js and pure CSS3. I can make the app perfectly responsive and with all styles working on Chrome and FireFox . It turns out that when I build the cork and open APK in Genymotion (running Android 4.4+...
asked by 15.02.2015 / 02:57
1
answer

How to compile the entire project folder for ES5 using babel.js?

I have an HTML5 Cordova project and I need to make a hook before compiling to convert entire projects folder (www) to ES5 before compiling. Is it possible? Structure cordova/ hooks/ node_modules/ platforms/ plugins/ www/...
asked by 09.08.2016 / 23:10
1
answer

Open camera inside a div [Ionic]

I'm developing a small application with Ionic, which will be builded for android. I need to access the camera from the device in the video application, but when I do, the camera application is opened from the outside. I would like the image from...
asked by 07.10.2015 / 21:53
1
answer

How to work with Ajax with JQuery?

I have the following function: function getJson() { $.ajaxSetup({ async : false }); $.getJSON(baseURL + "/ObterCursos", function(data) { $.each(data, function(key, v...
asked by 09.06.2015 / 04:43