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
-
0
votes1
answer518
viewsCordova: Android SDK is not set up properly. Make sure that the Android SDK 'tools' and 'Platform-tools' Directories are in the PATH variable
How to fix this error while running command: Ionic Cordova Platform add android ? ionic cordova platform add android > cordova platform add android --save Using cordova-fetch for…
-
0
votes0
answers344
viewsError running Ionic Cordova run android --emulate
I don’t know what it is. I’ve given reward without right answer in a previous question. I’m almost leaving the project. What I’ve already done: I had to format the PC, until then working well. When…
-
0
votes1
answer77
viewsCamera problem iOS 14.4
Apple recently released a version update of its devices, version 14.4. When updating my iPad to this version, the functionality of the app I am using the camera has stopped working. No longer opens…
-
0
votes0
answers214
viewsIonic Cordova run Android Error
My application Ionic works on Chrome but when I send it to android it returns me this error. Someone knows how to solve ? BUILD FAILED in 2s :app:mergeDebugResources FAILED 21 actionable tasks: 1…
-
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
votes1
answer145
viewsHow to pass data from one screen to another with Native Localstorage and Ionic 3?
I would like to know how to pass data from one item to a form in another view, using Ionic 3’s Native Localstorage. I created a preview as shown below: import { Injectable } from '@angular/core';…
-
0
votes0
answers107
viewsHow do I know if an image was actually shared on Instagram?
I’m developing an app that shares an image from inside it to the Instagram, is in Ionic 3. In the plugin documentation Instagram for Ionic says that the function returns whether or not the image was…
-
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
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
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, 3 months ago Bruno Romualdo 1,890 -
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
answers8
viewsFiletransfer plugin Return error500 in Ionic
I’m having problems with the fileTransfer, when I send an image it accepts sending normally, when sending in pf format it Reaches 99 Percent of sending and Returns error 500, a Detail that "taught"…
-
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, 2 months ago Matheus Perozini Magalhães 1 -
-1
votes1
answer1914
viewsError Installing Ionic + Cordova
error messages when trying to install Ionic (npm install -g Cordova Ionic) Could someone help me? I am using Node 6.9. Thank you…
-
-1
votes1
answer543
viewsCordova Recover Phone Number and IMEI Android and iOS
I need to get my phone number back and I got it with Cordova, I tried some plugins but on my device that I am testing did not work any my device is dual yes and android 7.1 there is some way to…
-
-1
votes1
answer183
viewsJSON communication between domains with Cordova
I need the application to communicate with a server via JSON to log in. How to do? Obs: Just a simple communication via JSON using Cordova, where the answer was very enlightening.…
jquery android apache-cordova mobile cordova-pluginasked 6 years, 12 months ago Anderson Brunel Modolon 1,111 -
-1
votes1
answer111
viewsError starting an Ionic project
I am having a problem starting an Ionic project, I have installed Node.js V10.15.1, Cordova 8.1.2 ([email protected]), Ionic cli CLI 4.10.3 and I only get the error npm i [ERROR] Command not found:…