Most voted "apache-cordova" questions
Apache Cordova, formerly called Phonegap, is an open source mobile development platform with Apis that allow developers to access native device functions such as camera or accelerometer.
Learn more…527 questions
Sort by count of
-
26
votes1
answer6947
viewsWhen to use Cordova or Xamarin?
When researching a bit about platforms for application development mobile I came across Xamarin and Cordova. Both proposed to develop a single code base for apps running on Android, iOS and Windows…
-
15
votes2
answers13776
viewsWhat’s the difference between Apache Cordova and Ionic?
I have some questions regarding Apache Cordova and Ionic. Both, to me, seem the same thing with the same purpose, allow the creation of hybrid applications for mobile devices. See that in the ionic…
-
13
votes2
answers756
viewsDisplay player in Android notifications area
I created an app that transmits a Streaming radio, but if I "minimize" the application it continues playing. So I’d like to know how I can get you to open a box at notification list android, type…
-
11
votes1
answer1299
viewsNo return of geolocation using Phonegap
I’m using the code to pick up the geolocation of the Phonegap, but even so, when I emulo the app, it returns me nothing. There is something wrong in the code? index.html <html> <head>…
-
11
votes2
answers578
viewsRadio stream with Phonegap
I’m developing a App, I have the function below and it is perfect for an online radio. I would like to add others but am not sure how. Follows the function: // Radio Controller var radio = null; var…
-
8
votes2
answers608
viewsHow to hide Keyboard in Cordova by pressing "Go" or "Done"
I have a form in my app, and I would like that after filling, if the person pressed Ir or Done, the keyboard would disappear. Has anyone ever been there? Or knows how to solve?…
-
8
votes1
answer466
viewsUsing Sqlite on Android with Phonegap
Guys, I have a little problem... I’m making an application and I’m using the sqlite on android to save a copy of my database, so far it’s okay, is working, is copying the data the only problem I…
-
8
votes1
answer416
viewsCordova + Crosswalk
I created a normal Cordova project: cordova create myApp com.myapp myApp then I entered the project folder cd myApp added the platform: cordova platform add android and added the crosswalk plugin…
-
7
votes2
answers1431
viewsAfter all Phonegap (Apache Cordova) actually compiles the applications in PURE native code?
Does Phonegap (Apache Cordova) actually compile applications in PURE native code or does it act as a layer between a browser and the phone’s S.O. code? Which of the two options below is the most…
-
7
votes3
answers1666
viewsIonic is suitable for what types of applications?
The Ionic Framework is indicated for what types of applications? I’ve been doing some research on the plugins of Cordova, seems to give much problem in cross platform development, some plugins do…
-
6
votes1
answer4013
viewsProblems with the Phonegap
I discovered this Phonegap not long ago, but today I got the urge to meet him. Well, as I said on the site, I needed to download Nodejs and execute a command on the CMD for it to install Phonegap.…
apache-cordovaasked 10 years, 10 months ago aleDsz 325 -
6
votes2
answers4212
viewsPHP/Mysql site integration with Phonegap App
I’m creating a website and app with Phonegap, I’m new to programming for mobile platforms. This site has a database and I want this database to be available directly in the App, but I don’t want…
-
6
votes2
answers772
viewsError executing Cordova build command
I’m executing the command build cordova (after finishing the settings exemplified in this link: Phonegap The Command-Line Interface). But the Node.js returns this error: Generating config.xml from…
-
6
votes2
answers532
viewsHow to use CSS style in application?
I created a app for Android using the App Framework from Intel and built with Phonegap. He has the visual style of framework, but when I run it on Android device, it uses the native appearance, that…
-
6
votes2
answers535
viewsHTTP GET using localhost
I am creating an application using phonegap + Onsen framework that will be powered by Web Services (Restful). But I can’t seem to get a conversation going between the two. My call to the Web Service…
-
6
votes1
answer328
viewsError Based on Accentuation
Hello! I’m developing a Hybrid APP that uses a PHP Webservice to send an email and call a Procedure in Mysql by filling it with the same email details, until the email sending part is OK it sends…
-
6
votes1
answer301
viewsVisual Studio 2017 Cordova compile apk
I’m trying to compile an apk made with HTML5 in Visual Studio 2017 but it just gives this message: 1>------ Compilação iniciada: Projeto: Relatorios, Configuração: Debug Android ------ Cordova…
-
5
votes1
answer1117
viewsI cannot enter data into the sqlite using javascript
I’m creating a smartphone app using Cordova for a college project. The App consists of a simple patient registration. I’m having trouble recording data in the database. Initially the recording was…
-
5
votes1
answer3364
viewsOffline database on Phonegap app
I’m creating an app with Phonegap and need to consume/manipulate information from an existing Sqlite base within my directory WWW but in 3 days looking for tutorials only found ways to create the…
-
5
votes1
answer111
viewsMoneymask Does Not Work on Device
The Jquery Plugin does not work on device, someone would know how to fix it? The point is, I researched about why the plugin Moneymask not work within the device and found that the plugins mask use…
-
5
votes1
answer1396
viewsEnable CORS via Javascript (Phonegap)
I’m creating a Phonegap application that consumes a Web API (Web Service), and I need to access an external domain. Searching through the web I found that CORS should be enabled via Javascript to be…
-
5
votes1
answer565
viewsPhonegap does not change package name
I’m using the Phonegap build to generate the APK. When uploading to the Play Store, however, he says that the name of the app is "com.phonegap.ww". I opened the APK with the APK Editor and it…
-
5
votes1
answer697
viewsWhat are the packages?
I’m starting with Phonegap and creating a project has the following structure: phonegap create helloWorld com.dominio.pasta HelloWorld But I never understood about this package. Is it a reverse URL?…
-
5
votes2
answers1215
viewsDoubt about the Apache version 2.0 license
I am developing an app with Cordova, the app can be downloaded free of charge, only some internal features will have some cost. I needed to use this plugin…
-
5
votes3
answers2844
viewsPerform a function while holding button, stop when release
How to perform a function when the user holds a button and stop executing when the user releases the button. As happens in the Whatsapp when you will record an audio...
-
5
votes2
answers35879
viewsNo 'Access-Control-Allow-Origin' header is present on the requested Resource. Origin 'null' is therefore not allowed access. - Phonegap
I’ve been reading about this json method and I just don’t understand and don’t know what to fix, I’m using another domain to get the json. Here is my code: $(function(){ var url =…
-
4
votes1
answer351
viewsImport phonegap/Cordova file in eclipse
At the time I will import file I created from phonegap/Cordova in eclipse does not appear anything. file>new>project ae i selecionei Android Project from Existing Code, I look for the folder…
-
4
votes2
answers404
viewsApp style in pure CSS3 breaks while running on Android
I’m making an app with Cordova + Sammy.js and CSS3 pure. I can make the app perfectly responsive and with all styles working on Chrome and Firefox. It turns out that when I "build" on Ordova and…
-
4
votes2
answers1633
viewsSplashcreen 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 "Platform" to be [email protected]. Okay, then I give the command to Wrap the Crosswalk in the…
-
4
votes2
answers2413
viewsConfigure Cordova Sqlite Storage
I am unable to configure the plugin Cordova Sqlite Storage. The steps I follow are: Install the plugin with phonegap plugin add https://github.com/litehelpers/Cordova-sqlite-storage Copy…
apache-cordovaasked 9 years, 7 months ago Marcos Barbosa 91 -
4
votes2
answers2901
viewsCan iOS apps made in Phonegap be compiled in Windows?
Phonegap Builder serves to compile the apps for you, but in iOS gives error when compiling. What do I need to build on iOS using Phonegap Builder? What kind of key does it take to build it? I found…
-
4
votes1
answer96
viewsHow 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, val) { items.push({ "Codigo" :…
-
4
votes2
answers392
viewsVariable value Undefined js
I am developing a mobile application with Cordova, in the mobile version there is a BD that keeps checking if there is any change in online BD, if there is it updates in mobile follows below my…
-
4
votes1
answer984
viewsOpen camera inside a div [Ionic]
I’m developing a small application with Ionic, which will be built for android. I need to access the device camera in the app for video, but when I do, the camera app opens from the outside. I would…
-
4
votes5
answers1294
viewschange the title of a Window confirm()
I wonder if somehow I could change the title of a window confirm(), because I’m developing an app using phonegap and when called this window it presents me the title with the name of my html file, I…
-
4
votes1
answer228
viewsHow to compile the entire project folder for ES5 using Babel.js?
I have an HTML5 Cordova project and I need to hook before compiling to convert entire projects folder (www) to ES5 before compiling. It is possible? Structure cordova/ hooks/ node_modules/…
-
4
votes1
answer568
viewsHow to set up an app to launch in Google play and Apple Store
I’m developing an app using Ionic/Cordova and I came up with some doubts, are they: Must do some kind of specific configuration in my file Package.Json to have no future problems when generating a…
-
3
votes1
answer2883
viewsWhat database types can be applied in a mobile app using apache Cordova?
I wonder if it is possible to build mobile apps with databases using apache Cordova, and if it is also possible to integrate with a database in another location, like an external database that keeps…
-
3
votes1
answer846
viewsJSON or Sqlite?
I’m developing a simple app on PhoneGap and I will need to have basically 2 tables. One to store the names of the series and another to store the exercises of each specific series. But I’m not sure…
-
3
votes1
answer97
viewsProblem with Phonegap installation
I’m away from home and need to keep my projects up to date, I bought a very simple notebook for my trip, and in the installation of Phonegap this giving an unusual error in my opinion because I had…
-
3
votes4
answers1083
viewsExternal connection JSON Webservice
I have a PHP webservice feeding data from a array via JSON, for reading in an HTML file. When I run the application having the $.get with a local file it works, but when I change the path to read…
-
3
votes3
answers393
viewsPhonegap only plays games?
I have studied hard programming for Android in Java, being has me worried the issue of programming in Java and only gain a share of the market because the programs in Java does not run on Windows…
apache-cordovaasked 10 years, 3 months ago wladyband 4,694 -
3
votes2
answers1046
viewsProblems with using Phonegap
I’m trying to use Phonegap for the first time, but I’m having problems. I already had Nodejs installed, I was able to install Phonegap with npm install phonegap without problems. Then, as you…
-
3
votes1
answer316
viewsTouch events Swipe, swipeRight and Left do not work on android 4.4.2
The touch events do not work on Android 4.4.2 someone would know how to solve this?
-
3
votes2
answers7594
viewsHow to use the $.ajax function date parameter
It is possible to send two JSON at the same time as the parameter value date jQuery.ajax()? Is there any way to call these two arguments, since I need to call these two json and show on screen?…
-
3
votes2
answers377
viewsHow to use the <audio> tag in Phonegap?
I am trying to play a. mp3 file as follows: <audio src="sound/som.mp3" autoplay></audio> When I open the file . html on the PC the audio is played normally,but when I compile using…
apache-cordovaasked 9 years, 6 months ago Jhonny Rubio Dos Santos 61 -
3
votes1
answer308
viewsLicense of the Phonegap
Hello, I’m trying to embark on the world of cross-platform applications, and after some time of research I did some tests and read about it, I got to two platforms: Intel XDK and Phonegap (Intel’s…
-
3
votes1
answer1155
viewsBarcodescanner at Phonegap/Cordova?
I can not find any plugin for barcode reader, through the camera phone, that works. I think I’ve tried every possible option. The last one I tested is https://github.com/wildabeast/BarcodeDemo I…
-
3
votes1
answer3161
viewsSynchronize Local Database from Remote Server on IONIC
Personal how to update a database in a mobile application every time the remote database is updated. For example I have an application in Ionic, and to get faster I use the database of contacts…
-
3
votes2
answers87
viewsNodejs/Phonegap/Cordova tablet
I share 3G mobile phone with my android tablet when I’m on the bus. Here comes the question: I wonder if there is the possibility of using the development environment of Nodejs/ Phonegap/ Cordova to…