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
-
0
votes1
answer35
viewsList $_SESSION from different php users
I searched a lot and nothing, there is the condition to list all users of different Sessions? For example this script I use, lists only 1 user. <?php include "db.php"; $qryLista =…
-
0
votes0
answers5
viewsGeocalization in Ordova
I was using the geocalization CORDOVA plugin, on the computer go all right, shows the normal latitude and longitude, but when I test on my ANDROID does not show the location and appears the message:…
apache-cordovaasked 3 years, 8 months ago user223395 -
0
votes1
answer430
viewsCordova: Ajax works in browser but not on Android device
I need to make an ajax request using Cordova in visual studio, and ajax through Jquery. When I test through the browser works correctly, but when I test Android it returns error with stauts "0" and…
javascript jquery android ajax apache-cordovaasked 6 years, 12 months ago Anderson Brunel Modolon 1,111 -
0
votes1
answer107
viewsSender ID Cordova Plugin Push
I am developing an application that needs to be able to receive notifications via server, and for this, I opted to use a plugin called phonegap-plugin-push var push = PushNotification.init({…
-
0
votes1
answer71
viewsCordova error while running Ajax call
I have a Cordova 7.0.1 application that requests a method from an Asp.Net MVC Web API 4.6 website. When the call is made on the device, Cordova run Andoid, execution of the method returns error. If…
-
0
votes1
answer253
viewsChart.js is not displayed on Android
App developed in Ionic. cli packages: (/usr/lib/node_modules) @ionic/cli-utils : 1.19.1 ionic (Ionic CLI) : 3.19.1 global packages: cordova (Cordova CLI) : 7.1.0 local packages: @ionic/app-scripts :…
-
0
votes0
answers72
viewsHow to Create a txt File using Cordova
I have this code here // Wait for PhoneGap to load // document.addEventListener("deviceready", onDeviceReady, false); // PhoneGap is ready // function onDeviceReady() {…
-
0
votes1
answer29
viewsProblem loading video file
I’m creating an app to watch a 360 video. I’m using this plugin: https://cordovavrview.tangodev.it/ This plugin uses Google VR View as a base. In this case it has a function called playVideo() which…
-
0
votes2
answers1087
viewsIONIC 3 - error generating build - Ionic Cordova build android --Prod --release
Talk garela, well I’m having a problem trying to build an IONIC 3 application, follow the data below the environment and the errors I’m having, if someone has already gone through it and got the…
-
0
votes1
answer951
viewsIonic 3 Error Compiling for Android: Error: Failed to transpile program
When I give the command: ionic cordova build android --debug It makes the mistake to follow, but in ionic serve normal wheel... what I’m doing wrong? Error: Failed to transpile program at new…
-
0
votes0
answers309
viewsSending Image of the Formdata file without input file
I am working with Cordova, and it does not support the html input file. I wonder if there is some way to send an image of the file by the ajax formData method. I tried to send the image as Blob to…
-
0
votes1
answer132
viewsHow do I display the text of a notification when the user opens this notification?
I’m creating an app with Phonegap and using cordova-plugin-firebase to send notifications to Android, I’m able to send the notification, but when I "open" the notification I can’t show its content…
-
0
votes1
answer547
viewsError when building the app (Cordova build android), after adding and configuring the "Cordova-plugin-firebase"
I created an App using Cordova, then followed the instructions to prepare the App to integrate with the Firebase plugin: I created the Keystore (needed to integrate with Firebase). Then I created…
android apache-cordova cordova-plugin firebase-cloud-messagingasked 6 years, 4 months ago Cleberson Falk 328 -
0
votes0
answers23
viewsProblem uploading iPhone to a Cordova app
Hello, I am working on a project in which I have to serve an external and responsive website from a Cordova app. Almost everything works as expected, but I’m having problems with uploading images on…
-
0
votes0
answers34
viewsHow to Catch Device Serial in PHONEGAP?
I need to get a phonegap. At the end of the URL I would like to add the device ID to see if it is already registered or not in the database. For sending I use the Ajax function of Jquery. Below…
-
0
votes1
answer1469
viewsChange color of icon
How do I change the color of an icon when clicked? I have created custom icons and are working perfectly, but I would like that selected, change your color. I’ve tried everything but I haven’t got…
-
0
votes1
answer365
viewsuse ion-select dynamically
I put as options in ion-select, South zone, north, center and west. I want when I click on some option, to show only the information of that zone by taking the information from the database. At the…
-
0
votes1
answer1831
viewsAndroid Target and the Android SDK not found or installed... but it is all installed, how to solve?
I had to format my PC, Windows, and installed everything again: Java, Git, Python, Android Studio, Node, Ionic 3, Cordova, everything. And it was running before normal. Now I’m with this error, not…
-
0
votes1
answer183
viewsRemove line from footer
Hi, could someone give me a hand? I don’t know what could be wrong because I’ve used no-Lines before in another project and it worked perfectly, but here I can’t remove this line for nothing. It may…
-
0
votes1
answer273
viewsHow to prioritize the device wifi connection even without internet?
I have an application (Android/iOS) that runs on a local wifi network (which has no internet). Because this wifi network does not have internet, the devices prioritize 3G/ 4G, and so my application…
-
0
votes0
answers134
viewsAndroid emulator does not starta
I’m making a project Android with ionic and cordova but the emulador is not working. I’ve looked through everything and I can’t find the mistake. The emulador just doesn’t open. Note: I am still…
-
0
votes0
answers291
viewsPublish play store error
I have an application in Google Playstore and started to generate this problem, and I can’t upload my changes at the moment: You have uploaded an APK or Android App Bundle with invalid or missing…
-
0
votes1
answer118
viewsHow to work with the 'Camera' plugin to allow image upload when in a browser?
I’m trying to implement a feature that allows me when in the browser, upload images, already on a mobile device, I will have the options to take a photo or choose an image from the gallery. Taking a…
-
0
votes2
answers90
viewsHow to use a Cordova plugin in my Ionic 3?
I need to implement in my application the following Ionic plugin:…
-
0
votes1
answer130
viewsError publishing to Apple
Hi, I’m trying to send my first app to apple, but it’s giving a bit of a headache.. I already searched all my code, I did a total cleaning but I can not find anything on camera, and use, but I’m…
-
0
votes1
answer145
viewsGet Paypal Transaction ID on Ionic
I am using Paypal in my following project this documentation. My question is: how do I receive the transaction ID after payment made? My code is: this.payPal.init({ PayPalEnvironmentProduction: ''…
-
0
votes1
answer190
viewsUnderstanding this use of addeventlistener in Cordova
Hello, studying a little about Cordova and Phonegap, specifically the default application, Helloworld, I noticed the line: Document.addeventlistener('deviceready', this.onDeviceReady, false); which…
-
0
votes1
answer612
viewsCommand failed with Exit code ENOENT
I was converting to apk normally but stopped and started giving this error I looked already added the path c: windows system32 to the path and still was not, already reinstalled and everything else…
-
0
votes1
answer128
viewsRemember Login with Storage Ionic
Good morning to you all! I’m trying to remember the user data when sign in with Facebook, so I don’t need to always log in again. On my login page is: loginWithFB(userData) { this.fb.login(['email',…
-
0
votes1
answer312
viewsIonic error while using social plugin
I’m trying to use the plugin socialSharing, I followed every step of this tutorial but when I press the button turns on the share function I get the error: 'Object is not a Function at…
-
0
votes1
answer118
views(RESOLVED) Cordova display only Customer ID after logging into Ajax
I am developing an app with Cordova, is running, but when I enter the order session, displays the whole list of order want only customer use (the clause WHERE) although it did not insert cliente_Id,…
apache-cordovaasked 5 years, 10 months ago input jobs 5 -
0
votes1
answer537
viewsPlaying audio/streaming Ionic 3
Plugin used in resolution: https://github.com/amitkhare/cordova-music-controls-plugin how to add this image function to pause the music/audio/streaming that is playing on Ionic? I am playing a…
-
0
votes0
answers172
viewsIonic 3 displays "App not installed. The package appears to be Corrupt."
I’m trying to install the apk on 2 different devices (Galaxy and LG), but both are displaying "App not installed. The package appears to be Corrupt.". Earlier I was trying to include Google Login in…
-
0
votes1
answer32
viewsen - Http Post request error Ionic Probleme No 'Access-Control-Allow-Origin'
I’m having problems with the source of access on Ionic 3 I’ve already enabled header('Access-Control-Allow-Origin: *'); in PHP and apache .htaccess however the error continues to persist, I did some…
-
0
votes0
answers77
viewsError generating IOS application build in IONIC
I’m trying to build an IOS app on Ionic. I rode in the terminal: ionic cordova build ios --release --prod But I’m getting: build-release.xcconfig line 28: Unable to find included file "..…
-
0
votes0
answers67
viewsApp Crash When Receiving Push Notification
The app is crashing, stopping, when I get a push notification. This is happening on Android 8.0 (Oreo) or higher. I see you’ve changed a policy, but I’m not getting it right in my code. I’m using…
-
0
votes1
answer228
viewsThread 1: Signal SIGABRT when trying to simulate application in XCODE
I am trying to test an application on Xcode but am getting this error on main: int main(int argc, char* argv[]) { @autoreleasepool { int retVal = UIApplicationMain(argc, argv, nil, @"AppDelegate");…
-
0
votes0
answers375
viewsIonic v3 app closing
I have an application with a login screen and another home, run and Clean on a Samsung S6 Android api 23. I created a new project with minimum api 19 and maximum 28 and when I published some devices…
-
0
votes1
answer70
viewsReturn Websql query in a global variable?
I am not being able to return the values for Sql query Only within the function $(function () { var sincronizado = 'no'; db.transaction(function(tx) { tx.executeSql('SELECT * FROM quilometragem…
-
0
votes1
answer175
viewsHow to expect the answer of an asynchronous function (Javascript/Cordova)?
I am developing a Cordova app and I am using the Sqlite plugin to make queries in the database. But as the functions of querys are asynchronous I have a problem to create a multidimensional array.…
javascript apache-cordova asynchronous cordova-pluginasked 5 years, 4 months ago Bruno Romualdo 1,890 -
0
votes2
answers603
viewsError while trying to generate apk - Ionic v 3.20.1
I have the following problem - I am trying to generate an APK in Ionic using the command below: npm run generate-apk After running this command, the following error message appears at the end: >…
-
0
votes2
answers198
viewsProblems with QR Code Ionic reader
I’m using the plugin Cordova-plugin-qrscanner but when I do all the steps and try to generate the application it generates the error: See http://g.co/androidstudio/manifest-merger for more…
-
0
votes1
answer39
viewslocal notification with Scheduler in Ionic 4 does not work on sdk 28+ when using Trigger
Works this.localNotifications.schedule({ id: 1, summary: "Amanhã 3444" , text: 'teste local notification ', smallIcon: "res://icone_in", title: "aaaa 3", led: 'FF0000', sound: null }); doesn’t work…
-
0
votes0
answers19
viewsIntegrating Inappbrowser with Barcodescanner
Hi, I have a problem I can’t solve. I am using the inAppBrowser plugin and I need that when the user clicks on a given button inside the generated browser, the plugin is closed and simultaneously…
-
0
votes0
answers7
viewsCordova Can’t save files inside root folder
I’m trying to save it in the briefcase Download in the root do dispositivo Android, but do not access it and the file is not created, not even if I create directory. In the Cordova documentation you…
android apache-cordova front-end cordova-pluginasked 3 years, 3 months ago Matheus Perozini Magalhães 1 -
0
votes1
answer47
viewsHow to make "Cordova Billing" with various purchase options
I’m studying Ordova and I’ve reached the point of adding Billing to my Apks So I’m using the plug "Cordova-plugin-Purchase", with the example code below (taken from the page itself…
-
-1
votes1
answer1169
viewsClose the Inappbrowser Phonegap
I can open the URL inside the Inappbrowser, but when clicking the device to return, I should close the window, but it does not close. That’s because I took the full example of the Phonegap website…
apache-cordovaasked 10 years, 7 months ago Paulo Roberto 1,988 -
-1
votes2
answers203
viewsApp novice. Where to start?
Hello. I have been developing with Ruby on Rails and PHP for some time. I would like to create an application now... I wanted to start from the point I already know, that is, use one of these two…
-
-1
votes2
answers320
viewsPush Notification IONIC
I’m doing a Mobile project in Angular/Cordova/IONIC, but I’m in the phase of push notification, since he’s a project apart. I tested several tutorials on the web, even the own IONIC , but it doesn’t…
-
-1
votes1
answer79
viewsStartup App Phonegap Titlebar
Because when I buid my app and run it on my mobile appears on startup of the same gray bar with the application name and black background? Someone knows how to take it off?