cordova-plugins Questions
7
Solved
In the release notes of cordova-android 6.3.0 (https://cordova.apache.org/announcements/2017/09/27/android-release.html) it's written down that cordova-plugin-compat has to be removed
If I try
co...
Jeri asked 3/10, 2017 at 18:51
6
How can you delete an old clientID?
I have created and generated a new clientID in the google developer console
the new clientID does not match the one in the browser. This probably explains th...
Camellia asked 20/4, 2018 at 18:26
4
Solved
When i do command ionic cordova prepare android i receive this error:
cordova\version"' is not recognized as an internal or external command, operable program or batch file.
at ChildProcess....
Gaygaya asked 2/2, 2022 at 11:51
4
when i tried to run ionic app in ios real device or make archive then this happen.
in (https://i.sstatic.net/y1dnu.png) simulator its working fine
I'm developing an Ionic app and I've encountered a...
Aspia asked 8/11, 2023 at 7:0
4
I'm trying to use this cordova plugin https://github.com/litehelpers/Cordova-sqlcipher-adapter.
Here my code :
...
import { Platform } from 'ionic-angular';
declare var cordova;
@Component({
s...
Charybdis asked 17/7, 2017 at 20:58
5
Solved
In my code, I'm getting the error as Property 'cordova' does not exist on type 'Window'.
This is where I'm getting the error
var browserRef = window.cordova.InAppBrowser.open()
I've also installed...
Crosscheck asked 24/8, 2018 at 13:30
3
Solved
I'm working on an hybrid mobile app build with Ionic 1.x. Currently I'm dealing with an weird behavior related to cordova-plugin-camera on devices running Android 4.4 (KitKat - Also tested in 4.3)....
Twomey asked 16/4, 2018 at 18:55
15
After update Cordova to v6.4.0 and Android platform to 6.0.0, my app don't work any more. I'm getting this:
deviceready has not fired after 5 seconds. cordova.js:1223
Channel not fired: onCordovaI...
Workbook asked 1/11, 2016 at 1:24
15
Solved
I noticed that the builds on our CI started to fail because of the following error:
Discovered plugin "cordova-plugin-app-version" in config.xml. Adding it to the project
Installing "cordova-plug...
Elegy asked 22/3, 2019 at 16:33
3
I installed Ionic with Angular and the Android platform, immediately afterwards I started the "Ionic Cordova Build Android" command but gives me this error:
Error: Unknown Argument: Platf...
Thighbone asked 15/6, 2022 at 9:8
2
I want to upload image, to Cloudinary, taken directly from camera in Ionic using cordova camera plugin. I am getting an error of code 1, having message "upload preset must be in whitelist for unsig...
Mcculley asked 28/1, 2016 at 10:19
6
Solved
I'm trying to use geolocation in my ionic2 hello world project, and I add the ionic plugin "Geolocation" following the instruction on the official site.
I've run these two commands:
$ ion...
Exercitation asked 24/3, 2017 at 6:43
7
I am trying to install Cordova on windows 7.
I am following this tutorial :
https://www.tutorialspoint.com/cordova/cordova_first_application.htm
while I run cordova requirements, it says android...
Blitzkrieg asked 17/4, 2017 at 9:37
3
Solved
I've upgraded my Cordova iOS app to the latest versions:
iOS 4.1.0
Cordova 6.0.0
And I've updated the plugins and also added the new WKWebView Engine plugin.
I've added my Content-Security-Poli...
Puffball asked 15/3, 2016 at 0:43
4
Solved
I need to see the list of all installed Cordova plugins.
Does somebody know how to do this?
Conte asked 4/1, 2015 at 16:22
3
Solved
my Xcode Version:12.2
my pod version: 1.10.0
my cordova version: 10.0.0
node.js version:12.16.3
i using cordova and i just try to install firebesex plugin:https://www.npmjs.com/package/cordova-plug...
Collogue asked 28/11, 2020 at 2:12
15
Solved
This error occur only when I try to cordova run ios --device
Even after cordova build ios command executed, non error is reported.
Whats I do wrong? And how to debug cordova projects on my iPhone...
Anette asked 8/12, 2015 at 21:16
7
Solved
I run a simple demo to use cordova-plugin-qrscanner, it can scan qrcode but no camera preview.
qrscannerDemo on Github
Related code blow:
import { Component } from '@angular/core';
import {...
Mckown asked 26/7, 2017 at 3:20
5
Solved
I started cordova Android programming 2 month back. Everything was fine mainly camera that is not working now. But last week some how my project directory got deleted and I reinstall all plugin of ...
Orr asked 28/2, 2017 at 7:18
7
Solved
I'm developping an Android App with Angular and Cordova plugins and I want to integrate it with Google Authentication.
I have installed the cordova-plugin-googleplus and I have successfully integra...
Overweening asked 2/10, 2019 at 21:37
12
Solved
$ ionic cordova plugin add cordova-plugin-http
$ npm install --save @ionic-native/http
The implementation is:
constructor(private https: HTTP ) {
}
this.https.get('http://ionic.io', {}, {})
...
Detector asked 5/9, 2017 at 5:27
3
Solved
I am trying to upload a video to s3 and have a pre-signed PUT url. The following is the code to do so.
import {Component} from '@angular/core';
import {NavController} from 'ionic-angular';
import...
Wink asked 10/12, 2016 at 17:46
2
Solved
I have a cordova project, I have added android platform in it. Now I need to use my build.gradle file instead of the one generated.
In the plugins.xml, I have the below code to do that.
<frame...
Scruff asked 6/5, 2016 at 7:19
0
I am seeing this crash in FirebaseCrashlytics console for my Android app on PlayStore.
My app is Cordova based and uses https://github.com/fechanique/cordova-plugin-fcm Plugin for Firebase Cloud Me...
Catton asked 8/12, 2021 at 18:48
3
Solved
I have upgraded the cordova-android version from 9.0 to 10.0.1 and facing the below issues while building the Cordova app using - ionic cordova build android
Errors:
Task :app:processDebugGoogleSer...
Thebault asked 12/8, 2021 at 11:41
1 Next >
© 2022 - 2024 — McMap. All rights reserved.