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
-
1
votes1
answer124
viewsHow to Push Notification for iOS? (preferably using C#)
I can already send push notification to Android. Taking into account that I already own all keys, device token and certificates, how is it possible to send a push notification to iOS? I saw in some…
apache-cordova apple-push-notification google-cloud-messagingasked 7 years, 5 months ago Jáder Carvalho de Medeiros 46 -
1
votes1
answer562
viewsIonic Cordova run android Error
I’m having the following error while running "Ionic cordovan run android command" Error: Failed to execute shell command "getprop,dev.bootcomplete"" on device: Error: adb: Command failed with Exit…
-
1
votes0
answers73
viewssomeone knows why this error in Ionic
Using Fedora and this error appears someone knows how to solve Running command - failed! [ERROR] Cordova encountered an error. You may get more insight by running the Cordova command above directly.…
-
1
votes0
answers39
viewsDisplay image after user logged in with CORDOVA
I am developing an app with CORDOVA and the goal is to show the image of the user profile when logged via ajax, I performed some tests and got here: $("#email").html(localStorage.email); var…
-
1
votes0
answers249
viewsApp update in Play Store
I have the following problem, I have an application made in Ordova that I published it in the Play Store, this application got some users... Before the demand refits the application from scratch,…
-
1
votes0
answers110
viewsEnvironment Preparation Android Cordova
Following the tutorial in this video https://www.youtube.com/watch?v=4sYLBVGwxrw Posted by Marcelo Costa, I performed all installations as recommended. I’m using Windows 10. I installed Android…
-
1
votes1
answer194
viewsPhonegap application does not request ajax with HTTP protocol, only with HTTP s
I have an application created in Phonegap, however I can not make a request with it using the HTTP protocol, I can only make the request with protocol Https, someone has some idea of how to fix it ?…
-
1
votes0
answers60
viewsCordova-plugin-network-information problem with Inic v3
I’m beginner in Ionic and I’m facing a problem, the application I’m developing uses the inappbrowser plugin to display a responsive site so far ok. I need that now when user disconnects from the…
-
1
votes0
answers55
viewsphonegap pass conate list to mysql
I’m trying to get the contact list from mobile phone and send through ajax and php to mysql. This is the code I’m using: document.addEventListener("deviceready", onDeviceReady, false); function…
-
1
votes1
answer611
viewsIonic and Cordova build error: An error occurred while running Cordova build android --debug (Exit code 1):
I’m trying to compile my application, but it gives the following message:: > cordova build android --debug × Running command - failed! [ERROR] An error occurred while running cordova build…
-
1
votes1
answer560
viewsError while uploading image (Cordova-plugin-file-transfer)
I’m using the same code as documentation, but when sending to PHP, no file appears. JS function uploadPhotoRevendedor(imageURI) { var success = function (r) { app.alert("Code = " + r.responseCode +…
-
1
votes0
answers46
viewsDevelop Plugin for Windows Desktop
I am developing a Cordova plugin for windows desktop and need to use some native functions, I will have to use Windows Runtime. I started by following a tutorial and I have the following structure:…
-
1
votes1
answer308
viewsBuild Ionic on MAC: When adding plugin says " Requirements check failed for JDK 1.8 or Greater" but already installed
When I add the Ios platform on Mac, it gives the message that the codova file tranfer plugin has not been installed, to try with --force. But when installing with the command: cordova plugin rm…
-
1
votes0
answers44
viewsSize of android font influencing in app navbar
I’m developing a hybrid app with Cordova using Angularjs with Materialize. It has a navbar with the button to open the side menu and the title of the page. Everything is working normal, but I use on…
-
1
votes0
answers110
viewsHow to use plugins in Cordova
Hello! I’m breaking up an app with Cordova, but I noticed 2 things q were missing that would transition from pages softer equal native and sound by clicking a link. The 2 plugins are already…
-
1
votes1
answer642
viewsError compiling Ionic - Android
all right? I’m having trouble compiling the APK by Ionic. I already removed Android Studio and downloaded again. But it did not work. If I try to compile by the terminal it from the error, but if I…
-
1
votes0
answers282
viewsAndroid target: not installed and general error Cordova
When I turn the remote cordova requirements the terminal returns me: Android Studio project detected Requirements check results for android: Java JDK: installed 1.8.0 Android SDK: installed true…
apache-cordovaasked 6 years, 8 months ago João Carlos 445 -
1
votes0
answers26
viewsChange between keyboard types (text - numbers)
Good night. I am developing an application (Cordova), that the user has to register an initial code with 2 (two) letters, 14 (fourteen) numbers and more 2 letters. I was able to make the input…
-
1
votes2
answers649
viewsCordova can’t outrun "Android target: not installed"
I’m trying to use Cordova for the first time. I’ve seen the directories the Androidmanifest.xml file and the project.properties file No Android Studio já instalar os SDK Android para as plataformas…
-
1
votes0
answers1036
viewsError: Uncaught Typeerror: Object(...) is not a Function
I am developing an application using Cordova + Ionic + Angular, but I have the following problem. From one minute to the next started giving the following error in Chrome: Uncaught Typeerror:…
-
1
votes0
answers26
viewsValidation with Phonegap and Webservice
I am validating the login and password fields via Web Services, it returns me if the login is valid and generates a cookie number (done via sql), so far okay ,I can perform normal validation but I…
-
1
votes1
answer219
viewsHow to receive firebase information on an ion-select?
Hello, I’m having difficulty recovering information already stored in other registrations in an ion-select. In a previous registration the Local is already registered and in a second registration…
-
1
votes0
answers460
viewsIonic Cordova-video player
I’m trying to add video in the app by following this tutorial : https://www.youtube.com/watch?v=E4S1yVBUPpk&t=9s I did everything right I believe, but when I run the application with Ionic…
-
1
votes1
answer1151
viewsCreation of product registration with javascript
I am unable to register a book in an app that I am creating, this validation with ajax is correct? <b>var cadastrado = null;</b> <b> function ValidarLivro (){ var nome =…
-
1
votes1
answer642
viewsError PATH Android Ionic Cordova
Well, I have installed Ionic in the new version, and android studio normally and even these days worked. Now when I went to build, I returned these two errors: Failed to find 'ANDROID_HOME'…
-
1
votes0
answers364
viewsFirebase not detecting Cordova app
When performing the procedure of adding an application to firebase (google-services.json), at the end, this comes to me: We are checking to see if the app has connected to our servers. You may need…
-
1
votes1
answer805
viewsError running Ionic Cordova run android --device command
When I run Ionic Cordova run android --device in my project it appears the following message. [ERROR] An error occurred while running subprocess native-run. My Ionic.info: Ionic: Ionic CLI : 5.0.1…
-
1
votes0
answers38
viewsSecurity policy Browsers Servers
Hi, about the CORS, I got a good look in this link, here from SOPT, But when I was testing, in practice, I found something interesting. Using the code below in a project with XAMPP and Notepad++, I…
-
1
votes1
answer50
viewsUpdate Application Version Automatically - Cordova
The script below saves the version to a txt, however is giving some error that in the file txt appears as : "ECHO is disabled". @ECHO OFF CALL npm version > version SET /p ver=<version DEL…
-
1
votes0
answers10
viewsRead an external audio file in Cordova
Good afternoon, you guys. I’m having difficulty reading the external file of Cordova I download it from my server it saves correctly in the android app by the indicated way but when I try to read it…
apache-cordovaasked 3 years, 11 months ago Beto Fraga 11 -
1
votes0
answers29
viewssdk error while building android application below api level 24
I built a simple test app. When I build for versions of android sdk equal to or greater than 24 it recognizes the SDK and does the correct procedure, but if you try to build other versions like the…
-
1
votes0
answers20
viewsHow to get the image size with Cordova?
I have the following function, and I need to get the size of the image to validate, as it is not allowed to upload an image larger than a certain size. I can’t catch with normal JS because I don’t…
apache-cordovaasked 3 years, 10 months ago Lais 11 -
1
votes0
answers21
viewsCordova Music Controls Plugin, how to make it work?
I’ve done the plugin installation normally, tbm this is all ok with deploy and the app is running normal, but ñ know how to run the plugin to put the audio control in the notification bar, there are…
-
1
votes2
answers63
viewsIndividual progress bar for each shipment
Today I can perform file uploading by displaying a progress bar. when I make a new request, the values in the progress bar alternate between the values of each upload. This way, I would like to show…
ionic apache-cordova file-upload cordova-plugin progress-barasked 3 years, 10 months ago Hérick Raposo 31 -
0
votes1
answer739
viewsPick up date time device phonegap
How do I get the device time date using phonegap?
-
0
votes1
answer749
viewsRetouch the App screen - Android Cordova
I’m developing an app for Android using Cordova, on my login screen, I send the data to a file in my domain, it makes the request takes the data, now, how to go back to the app screen to confirm the…
-
0
votes1
answer2934
viewsChecking internet connection with phonegap
I took this model from the Phonegap website and yet it doesn’t issue an alert showing the status of the connection. I want to open the Inappbrowser that I am creating it show if it is connected on…
apache-cordovaasked 10 years, 7 months ago Paulo Roberto 1,988 -
0
votes1
answer229
viewsFacebook Plugin - Phonegap
I’m using a Phonegap plugin to log in with Facebook, it’s working perfectly, I can get the email and user id, now, I needed to put this data in a JSON for me to work with it via ajax. follows the…
-
0
votes1
answer967
viewsRead barcode ITF Brazilian boleto (size 44) with the Barcodescanner plugin from phonegap for IOS
Someone managed to solve the ITF barcode reading problem (size 44) of the Phonegap plugin "Barcodescanner"? The plugin implemented for Android works perfectly for both large and small barcodes of…
-
0
votes1
answer89
views3MB Phonegap Application increases to almost 220MB. Can you explain it to me?
I’m developing my first Phonegap app for Android and I come across something that scared me a lot. The application, which so far has only interface, nothing business rule has increased its size…
-
0
votes1
answer205
viewsHow to type by voice Phonegap Framework?
I’m making an application, using the phonegap framework together with jQuery Mobile. The question is: I would like to add the voice typing function, and my field input is number type, or is only…
-
0
votes1
answer919
viewsGoogle Maps API not working using Cordova
I am developing an application for Android using Cordova, I am doing the geo localization working with the latitude and longitude of the user, taking this data, I create the map (the position of the…
-
0
votes0
answers246
viewsProblems with Sqliteplugin Cordova/Phonegap
I am trying to create a connection to an Sqlite database created within my application and returns the following error. SQLitePlugin.executeSql[Batch](): Error=no such table: fornecedor_motorista…
-
0
votes1
answer130
viewsHow to send Activity values to webview Cordova?
How do I send Activity data and redeem in Webview with javascript from Cordova/Phonegap index.html
-
0
votes2
answers365
viewsCordova battery API does not work
I’m trying to use the Cordova Batterystatus API and I’m not getting it, neither in the Intel XDK emulator, nor in the debug on my Android and when I get a .APK. It just doesn’t happen when I run.…
-
0
votes0
answers220
viewsStyle problems Cordova + bootstrap
I have a problem with the style of the tags when I emulate the app on android with ADV. The styles I’ve set for the elements are wrong for example: <div class="input-group input-group-sm">…
-
0
votes1
answer1135
viewsProblem with "phonegap run android"
Having environment configured, and using the command "phonegap run android" I have the following error: [phonegap] executing 'cordova run android'... [phonegap] completed 'cordova run android'…
apache-cordovaasked 9 years, 10 months ago Faro 355 -
0
votes0
answers73
viewsHow to integrate Sencha Touch 2.4.x with CMD 5.x and Phonegap?
I’m trying to integrate Phonegap with Sencha Touch in the new version, I tried several settings I found on the internet but I always stay on the same screen and no error is presented (now, because…
apache-cordovaasked 10 years, 1 month ago Eduardo Marwell 21 -
0
votes1
answer233
viewsRouting with "id" parameter ends on white page
When I routing with id parameter ends on white page. http://denertroquatte.com.br/app My app starts appears the posts, so I click on the post it goes to the other page and "was to appear content"…
-
0
votes1
answer98
viewsTag Audio does not work on Phonegap
Audio tag does not work in Phonegap using AACP format, in functional MP3 normally. <audio src="http://107.161.23.70:9984/;stream.nsv" controls autoplay></audio> Does anyone know why?…