Most voted "cordova-plugin" questions
The Cordova-plugin tag must be referenced every time you are using some extension or tool added to the Apache Cordova platform.
Learn more…68 questions
Sort by count of
-
2
votes0
answers278
viewsError: Failed to execute shell command "getprop,dev.bootcomplete"
Comrades, I’m having a problem running "Ionic Cordova run android --target=name of my device". The emulator normally opens with the Nexus 5X API 26 but before fully starting the emulator it returns…
-
2
votes0
answers46
viewsHow do you enable Cordova.plugins.notification.local Visual Studio Cordova?
I added the github link "https://github.com/katzer/cordova-plugin-local-notifications" and installed the plugin perfectly. I put a boot and in his click event I put the following code:…
visual-studio apache-cordova visual-studio-2017 cordova-pluginasked 5 years, 3 months ago Sarah Tavares 31 -
1
votes0
answers124
viewsIntel xdk apk issues
I’m having trouble generating a apk in the intel xdk, it is generating right, but my application communicates with a server amazon, that collects the data directly from the server. In the intel xdk…
-
1
votes0
answers345
viewsSqlite: Unable to open database
Application using Ionic/Cordova (Sqlite). I’m using the $cordovaSQLite plugin inside the app. When I save, modify something in the project, the simulation in brownser (Googlechrome) is extremely…
-
1
votes1
answer138
viewsImage Upload Does Not Work
I’m using cordova in order to pass my application WEB for Android. In my application Web upload images using basic HTML tags <ipnut type='file' >. when I install the application on Android can…
-
1
votes2
answers8830
viewsError: Failed to find 'ANDROID_HOME' Environment variable
I am beginner in mobile development and was studying IONIC, when I went to try to generate the test project apk gave the following error: WARN: Ionic.project has been renamed to Ionic.config.json,…
-
1
votes1
answer279
viewsGet Id onesignal Cordova plugin
I’m having trouble picking up the id from onesignal device. I am trying to use the following method: var getId = function(){ window.plugins.OneSignal.getIds(function(ids) { alert('getIds: ' +…
android apache-cordova cordova-plugin onesignalasked 7 years, 8 months ago Jefferson Mello Olynyki 864 -
1
votes0
answers109
viewsIonic 2 Error when generating build for android in windows 10
$ ionic build android > ionic-hello-world@ ionic:build C:\Users\Gustavo\Documents\Ionic2\like_you > ionic-app-scripts build [20:16:23] ionic-app-scripts 1.3.0 [20:16:23] build dev started ...…
-
1
votes0
answers92
viewsInstalação Cordova
I am trying to install a plugin in Cordova and am having the following error: λ cordova plugin add https://github.com/jlsuarezs/cordova-plugin-brightness.git Error: Failed to fetch plugin…
cordova-pluginasked 7 years, 6 months ago Edinho Rodrigues 384 -
1
votes1
answer856
viewsHow to change the Ionic 3 loading screen
How to change the screen loading ionic standard?
-
1
votes0
answers205
viewsPlugin Cordova Paypal in Ionic using Real (BRL)
I installed the Paypal plugin in an Ionic application following this tutorial: https://ionicframework.com/docs/native/paypal/ I created a Sandbox account, marked the account is in "Brazil". The…
-
1
votes0
answers253
viewsHow to install and use Cordova-plugin-term-Printer in IONIC 2
I’m having difficulty installing this plugin Cordova in IONIC 2 "Cordova-plugin-term-Printer" for this not being a native plugin got limited. Believe me I’ve been searching for over 7 days and…
-
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
answers375
viewsCordova-plugin-file --- Download file outside the APP folder - Ionic 2/3
People would like a help, I need to save files that the user downloads from the app on the device, put out of the app folder. All file plugin paths. Example: Cordova.file.dataDirectory Do not answer…
-
1
votes1
answer471
viewsIonic 1: Error compiling for iOS - [ERROR] An error occurred while running Cordova build Ios (Exit code 1)
I’m compiling for the first time on Mac, for iPhone, when I type the command for compilation: cordova build ios Error arises: [ERROR] An error occurred while running cordova build ios (exit code 1).…
-
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
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
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
votes1
answer184
viewsOpen gallery [CORDOVA]
I have a webview app from my website. In this site has an image upload tab, I need my app to open the people of my mobile, however, it does not open at all. I’ve tried to install some plugins but I…
-
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
votes0
answers35
viewsAutofocus on an input causing the keyboard and first mauíscula to appear
I’m using Cordova to develop my app using HTML, CSS and Javascript. When I use the command "Prompt" for the operator to insert an item in my app, Android brings the text box correctly, but does not…
-
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
answer15
viewsMobile vibrating in silent mode even with the Vibrate : null property using the local notification plugin in Ionic
I want my app to show a progress bar when I start a download or upload. For this I am using fileTransfer plugins, local Notifications. The progress value is given according to the change of a…
-
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, 9 months ago Hérick Raposo 31 -
0
votes1
answer100
viewsAngular 2 at Visual Studio 2015
I have been working on a project that uses Ionic Framework and Angularjs for mobile and use Visual Studio 2015 "Tools for Cordova" to build and debug the project. Recently, Angular 2 and Ionic 2…
-
0
votes0
answers24
viewsError: Platform not recognized as a core Cordova pltatfomr
I have the whole environment configured for Ionic, Environment variables: ANDROID_HOME = C: Program Files (x86) Android-sdk No path got : %ANDROID_HOME% tools and %ANDROID_HOME% Platform-tools…
-
0
votes0
answers159
viewsI can’t get the value of an object inside an ARRAY
I am developing an application to read a wordpress base. I have many posts that are separated by category. I’ve been able to show the categories in the view but when I select a specific category it…
-
0
votes1
answer57
viewsSave images to device without expiration
I have an application made with Intel XDK, running on iOS and Android. The intention is to display images that are on the server, and store them on the device to not download every time it is…
-
0
votes1
answer96
viewsI can’t read the value that comes from Iraq to Cordova
Good morning, I have an application in Cordova. I want to connect it to the Arduino through bluetooth. I can’t get the value that comes from Iraq var macAddress = "00:06:66:4D:00:00"; var app = {…
-
0
votes0
answers276
viewsProblem Generating Ionic 3
I’m developing an app that needs to read a Qr Code, but I have a problem generating . apk in Ionic 3.0. When I upload the application in Ionic view works normally (opens the camera and reads), in…
-
0
votes1
answer434
viewsHow to reduce image quality in upload using Cordova and Ionic 1?
Using the Cordova plugin: cordova-plugin-file cordova-plugin-file-transfer cordova-plugin-filepath cordova-plugin-camera cordova-plugin-actionsheet Who together use this code template: `// Present…
-
0
votes1
answer73
viewsWhat are the variables for the Cordova geolocation plugin in iOS?
During the creation of a plugin for Cordova that uses geolocation, it is necessary to add a variable to "Privacy - Location Usage Description" which is the GEOLOCATION_USAGE_DESCRIPTION. in the…
-
0
votes1
answer87
viewsIonic Push: Error: INVALID_SENDER - IONIC 2
Fala galera! I’m developing an app in which I have to use push notification. I followed the entire IONIC guid tutorial on this link, more than once, and I did not succeed. I also followed this…
ionic apache-cordova firebase push-notification cordova-pluginasked 7 years, 4 months ago Jocsã 357 -
0
votes2
answers3043
viewsIonic command not found after updating
Yesterday when I opened my project Ionic the terminal asked to update, I gave yes and after that stopped working. Could not find the directory or something, searching the stack I saw a solution that…
-
0
votes1
answer136
viewsError: Path must be a string. Received Undefined / codorva add android Platform
when I will generate in codorva the android platform, it starts to install the plugins, but in Whitelist it occurs the following error? Installing "cordova-plugin-whitelist" for android This plugin…
cordova-pluginasked 7 years ago Morvy 97 -
0
votes1
answer53
viewsFirebase Cloud Messaging with $cordovaPush, how to work also for iPhone?
I am emulating my application by Intel XDK for IOS. I use it by working with Windows and it emulates and gives the error messages very well. The first mistake, is that when the user logs in, he…
-
0
votes0
answers94
viewsQR CODE reading with Cordova
How do I read a QR CODE through Cordova? I’ve seen several indications of plugins but none worked. Obs: I’m developing using Visual Studio (I don’t know if there is any influence, so the…
android visual-studio apache-cordova mobile cordova-pluginasked 6 years, 12 months ago Anderson Brunel Modolon 1,111 -
0
votes1
answer167
viewsjQuery in Phonegap does not work after it generates APK
I tested jQuery only command iniciar_cadastro: function(){ window.location = 'cadastro.html'; } }; Pressing a button, it works on when I put Phonegap serves testing on mobile, but when Gero APK test…
android apache-cordova cordova-plugin phonegap-buillderasked 6 years, 10 months ago Hyuri Miranda 1 -
0
votes0
answers58
viewsFace Detect with Javascript
I’m developing an application using Ionic1, I need to develop a function that will identify a person by photo. Anyone knows any plugin that would help me with this? I came to find this service:…
-
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
answer137
viewsLocal notification Ionic v1
Good night. Can someone give me a help on how to use cordovaLocalNotification? I created a test button in the view with the ng-click="test function()" And on my controller it’s like this:…
-
0
votes1
answer1268
viewsNumeric keyboard input type="Text", Ionic Cordova
I have in my app a field for Cpf, I need to make sure that when the user fills Cpf, the device shows only the numeric keyboard. But if I change the <input type="text"> for <input…
-
0
votes1
answer598
viewsError compiling Ionic 3 with Cordova: Cordova node_modules Cordova-common src superspawn.js:169:23
In Ionic 3 with Cordova when I give the command: Ionic Cordova run android --emulate Give me the following message: BUILD FAILED in 3s at ChildProcess.whenDone…
-
0
votes0
answers133
viewsError compiling Ionic application with Crosswalk
I am developing an app that will support for Android 4.1+ and I am having problems compiling APK for Android 4.4 devices<. In the Ionic documentation there is some information regarding your…
android ionic apache-cordova cordova-plugin crosswalkasked 6 years, 7 months ago Adriano de Azevedo 533 -
0
votes1
answer29
viewsCordova error build
Hello friends I’m new in the world Ordova and I’m having this mistake when trying to generate the app, this is my first app I didn’t even touch the folder www. If you can help me I’m very grateful.…
-
0
votes2
answers659
viewsDigitally sign documents using Citizen Card Digital Mobile Key
I developed an APP in Apache Cordova (HTML5 and Javascript), which is in production and already has thousands of users, and now I need users, Portuguese citizens, to sign a document digitally.…
-
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
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…