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
-
3
votes1
answer956
viewsHow to run my project Phonegap Cordova on a mobile with Android 2.3.6?
Hello I am developing a game with Html5 and javascript as tcc. I’m using Cordova to generate versions for different platforms, I have several Androids to test the project, but I can only do it with…
-
3
votes1
answer196
viewsCallback from $.get is not called and I can’t debug to find out why
I am developing a mobile application (with Cordova) that needs to make a select in online BD, and with this data update the mobile BD, but I came across a problem, I perform select in the mobile BD…
javascript jquery html5 apache-cordova javascript-eventsasked 9 years, 4 months ago Vinicius VAz 521 -
3
votes1
answer111
viewsHow to overcome Same-Origin Policy and consume a SOAP webservice with Javascript
I’m building a mobile app using Phonegap for iOS, Android and Windows Phone and need to connect to a SOAP webservice for various app features. I have tried to do it using Ajax, but I always have the…
-
3
votes1
answer412
viewsSplash Screen Mobile
I’m trying to set Splash Screen in my apk developed with Cordova but I’m not getting, I’m following the documentation available on the official website but it does not work, my doubts are as…
-
3
votes1
answer255
viewsError installing phonegap by npm
This is the problem that has occurred, I tried to install Gyp and did not solve, someone would explain me what is happening please. [email protected] install…
-
3
votes1
answer192
viewsAuthenticate to Sharepoint online via Rest api + Angularjs
I’m trying to create an application using Visual Studio 2015, Cordova + Angularjs. My need today is to authenticate in Sharepoint and consume Web Services. I’ve tried several authentication…
-
3
votes2
answers233
viewsAfter ajax action, data is not saved in mysql database
I am capturing latitude and longitude through the Geolocation plugin of Cordova, and after that I store it in two variables and then, through an ajax request, I transfer these values to a PHP script…
-
3
votes1
answer766
viewsRun function only the first time you open the page
I’m developing an app using the Phonegap, the same uses the front-end to create apps, so I would like to do the following: run a specific function (such as an alert) the first time the application…
-
3
votes1
answer2130
viewsAdd phonegap/Ordova plugin
Hey, you guys. I’m trying to develop an APP in phonegap for Android and iOS. The goal of the APP is: 1) The person will have a button to access the device’s camera. 2) When the screen to take a…
-
3
votes0
answers95
viewsFile Api Cordova/phonegap
I need help, I can not make work the File api, the commands run all successfully, but when I enter my mobile file manager I can not find the file created I’m using ng-Ordova now, but I’ve tested it…
-
3
votes2
answers263
viewsI’m not able to create notifications with the $cordovaLocalNotification plugin using IONIC
I tried to do based on the code of this site: https://devdactic.com/local-notifications-ionic/ But when I press the "Add notification" button this error appears: ionic.bundle.js:26771…
-
3
votes1
answer1215
views"No Emulator images (avds) found" even after creating emulator images
I have the following problem: Error: No emulator images (avds) found. 1. Download desired System Image by running: /usr/local/Cellar/android-sdk/24.4/tools/android sdk 2. Create an AVD by running:…
apache-cordovaasked 8 years, 3 months ago ropbla9 6,810 -
3
votes2
answers1137
viewsPhonegap does not open external site!
I’m starting with Phonegap, and I found a problem: my app would need to open a Facebook page. But I can’t get the Phonegap App to open a simple Globo.com page (example), but through the Desktop I…
-
3
votes0
answers2186
viewsCreating background services in Ionic with Cordova or java
I have an application that I started to do with Ionic. A priori will be compiled only for android. In this application the user will perform some registrations, which will be saved locally and every…
-
3
votes1
answer99
views"For" 'lagando' interface
I have a JSON I’m using to generate an HTML in a app Cordova as follows: function gerarLista(lista) { strHtml = ""; for(item in lista) { strHtml += '<div class="item">'; strHtml += '<div…
-
2
votes2
answers560
viewsHow to view data from a Cordova database?
I wonder if there is a way to access and view recorded data from a database Cordova? I have an app mobile (Android and iOS) and I know I can view the logs using log or alert but, is there any way to…
-
2
votes1
answer189
viewsProblems with Phonegap and HTML5 Storage
I am creating a small application where I have to store the recovered driver data from a proprietary API to the application’s local database. After a lot of head-breaking, I chose to use HTML5…
-
2
votes1
answer333
viewsSqlitedatabase turn back into json
Good afternoon, I need to do a query but I can’t use the cursor. Example I have an object that I created that is called Databasehelper, within it I created some methods…
-
2
votes2
answers2490
viewsPhonegap x native application
Phonegap x native application: What are the main advantages and disadvantages of the two.
-
2
votes2
answers1837
viewsHybrid app database using Cordova
What are the possible and most viable solutions to use a database in a hybrid APP (Android/iOS) made on Intel XDK (Cordova)?
-
2
votes1
answer377
viewsPersonalized sound in Cordova Local Notification
I’m trying to customize the sound for a notification using the Cordova. I am using the plugin Cordova Local Notification, but the sound is not played when displaying the notification. Tests carried…
-
2
votes1
answer92
viewsMobile app with error
I am developing an application using Apache Cordova + Jquery mobile. At a certain point I am doing the following: var nome = $("#txtNome").val(); var sobrenome = $("#txtSobrenome").val(); var sexo =…
-
2
votes1
answer480
viewsFile-Transfer Cordova how to use php
Hello I have the following code onDeviceReady: function () { navigator.camera.getPicture( app.uploadPhoto, function (message) { alert('get picture failed'); }, { quality: 50, destinationType:…
-
2
votes1
answer59
viewsCordova project build already ready
People are having strange problems building a Cordova project. I have wwwwww folder at the root of the project and www folder in Platforms/iOS. So, the project itself lies in this last. when I build…
-
2
votes0
answers520
viewsApplication Cordova does not open on device when command 'RUN' and does not log errors
I have an HTML application and I can’t get it to run on android in test mode. I’m using Mac OS, but when using Linux everything worked perfectly with the "Cordova run android" command: the app was…
-
2
votes1
answer54
viewsDownload files with Cordova stored in the database
Is there any way to download documents stored in a database mysql, in my aplicativo híbrido cordova?
-
2
votes2
answers1038
viewsAre hybrid apps safe?
I’m starting to want to develop hybrid applications like Phonegap, Cordova or Intel-XDK. Hybrid applications run in a kind of browser. I wanted to know is possible to steal codes made in hybrid…
-
2
votes1
answer157
viewsHow to configure Web.config in Cordova project?
In that question I was recommended to configure the web.config of my project Cordova that uses Ajax. I searched on the subject but found nothing of the kind. Someone can help me?…
-
2
votes1
answer790
viewsHow do I use Sqlite in a Cordova application?
Gentlemen, I have a hybrid application that I built in HTML, CSS and Javascript (Jquery Mobile) using Cordova, and now I would like to access the device’s database. Unfortunately I don’t know where…
-
2
votes1
answer2883
viewsPhonegap Plugins: Using camera with flashlight on
I need to know if it is possible or if there is a plugin that allows me to open the camera with the flash(or flashlight) on(a). I need this for a project, to check the location of the flash…
-
2
votes2
answers2835
viewsSend html page variable to another page using javascript
My page receives information from my js, this so my code: for (var i = 0; i < len; i++) { tblText += '<a href="teste.html"><table id="t01" class="table-bordered">'; tblText +=…
-
2
votes0
answers54
viewsWhy does Onsen slide menu not open?
I have a mobile application that I am developing in phonegap with Onsen and I have a page where I have the component <ons-sliding-menu> but when I click the button to open this menu does not…
-
2
votes1
answer135
viewsPass extra parameters via gcm (google cloud message) - Cordova
When sending a notification to gcm, I added a parameter to the url named 'appUrl'. And I need, when opening my Cordova app, to pass this parameter to the index.html so that I can redirect my…
-
2
votes1
answer1724
viewsHow to store images in a Javascript object?
I’m developing an app that consists of a map and a camera. At the moment, I want to add the possibility of the user taking a photo with the camera and marking on the map where this photo was taken,…
-
2
votes2
answers384
viewsRun callback on close android keyboard
I have a app running with Cordova and Ionic. In this app i would like to effect an action in particular controller when the keyboard closes completely. Today I’m using…
-
2
votes1
answer422
viewsDeveloping layout for various types of mobile resolutions with Cordova
I am developing the layout of an application developed using Ordova, however I would like to know how to develop for the various types of resolutions that exist in mobile devices, would have some…
-
2
votes2
answers2726
viewsIonic Apk does not work. White screen
Good morning, I created an application in Ionic, it works perfectly, when I use ionic serve Ionic can generate Build without any error, but after installing apk only the header appears and then a…
-
2
votes1
answer454
viewsErrors installing Phonegap/Cordova - Nodejs
Your environment has been set up for using Node.js 0.12.6 (x64) and npm. C:\Users\Alexandre>npm install -g phonegap npm **WARN** addRemoteGit Error: not found: git npm **WARN** addRemoteGit at F…
-
2
votes2
answers2095
viewsOpen numeric keypad automatically
I have a page with a numeric input with autofocus: <input type="number" placeholder="Informe" ng-model='leitura.leituraatual' required="true" autofocus="true"> The problem is that the keyboard…
-
2
votes1
answer579
viewsRationale: How does a friend localization app work?
I am studying mobile development and painted me a question: how works an app that locates friends on the map in real time? Example: An app that shows on the map where your friends are who also has…
-
2
votes1
answer58
viewsCss3 is not working on Cordova
I’m trying to use media queries in my application developed with Cordova, however it is not working, the code is as follows: #backgroundIndex{ @media screen and(max-width: 1200px){ background: red;…
-
2
votes3
answers528
viewsCordova/Phonegap error - Unable to start the daemon process
I created a new project Ordova and added the android platform normally as I had done before, but when I run the command cordova buildor cordova runhe gives this error I could not find the solution.…
-
2
votes2
answers451
viewsTransforming Image into Base 64
I am transforming an image I send by camera in Base64 but the image is all black, I do not know what is wrong, follows below my code app.encodeImageUri(mediaFiles[i].fullPath); //Aqui envio o…
-
2
votes3
answers1384
viewsTurn Audio & Video into Base64
I wonder if it would be possible to turn videos and audios into Base64, I already posted a question related to transforming image into Base64 and you helped me, but now I need to do the same for…
-
2
votes2
answers788
viewsHow to show photos from the camera album with the Cordova camera plugin?
I have a mobile app, what I want to know and do is: I have a modal that when opened I want to appear the photos I have on the device (in this case on the camera roll) and but show in a div I already…
-
2
votes2
answers1102
viewsHow to create an app in Phonegap using an online page?
I would like to create an application that requires constant data update, fast maintenance and development in a very short time, the application has no requirements other than to display information…
-
2
votes0
answers67
viewsHow to eliminate error [object] in cell phone?
I created an app with HTML + JS + CSS , and make an external request with Ajax. When I test on my computer it works perfectly , but when I pack and create the . APK it gives the following message:…
-
2
votes1
answer213
viewsPhonegap Serve, Build Phonegap and Mysql
I’m developing an app using jquery mobile and phonegap. Question: why when I test the application on 'phonegap serve' of node.js works and when I download apk created by Buil Phonegap nay? Example:…
-
2
votes1
answer569
viewsHow to use a Cordova plugin?
How to use plugins in Cordova? Cordova plugin background mode I already installed with the command cordova plugin add https://github.com/katzer/cordova-plugin-background-mode.git` porém ao tentar…
-
2
votes1
answer1220
viewsBackground Ordova / phonegap
I’m a beginner in the area of creating apps with Cordova , I’ve searched all over the internet but I can’t find any tutorial that explains exactly how to use the plugin for background, in all the…