cordova-plugins Questions

15

I am wondering is there an easier way to update cordova plugin? I googled, found a hook (@ year 2013), but this is not 100% what I want. I know I can do this by two steps: rm, then add but I am l...
Deanndeanna asked 28/2, 2015 at 16:24

6

Solved

When i build my cordova project i get an warning message as: Missing file: /home/vijay/workspace/Repos_temp/QuickTraq_Android/plugins/nl.x-services.plugins.toast/plugin.xml Missing file: ...

1

So I have a iOS/Android Ionic Cordova app that uses the ionic-plugin-deeplinks plugin. The plugin wasn't working when the AndroidManifest.xml had this in it: <intent-filter android:autoVerify="...
Britton asked 12/1, 2018 at 19:22

0

Ionic 3 and Angular 4 - Used to develop the project. I am using the 'cordova-plugin-google-analytics' plugins for Google Analytics. Validating the ios ipa file facing the warning for the app refere...

22

Solved

I create ionic 2 project and add diagnostic cordova plugin like this : ionic plugin add cordova.plugins.diagnostic npm install --save @ionic-native/diagnostic and add android platform like this...
Highminded asked 18/4, 2017 at 18:52

8

Solved

I created the app using Ionic and the Android APK file size is too big. Before the API integration The File Size was 4.8MB. When I integrated the API I modified just 10 Pages now the APK file size ...
Fabulous asked 22/6, 2018 at 12:40

11

I am now developing a Cordova Plugin, I wanna add android:allowBackup="true" into AndroidManifest.xml, but I do not know how to specify it in plugin.xml.
Kunstlied asked 29/5, 2015 at 10:20

2

Solved

I use cordova-plugin-camera in my cordova based app written in TypeScript (3.0.1) and I would like to be able to see the typings for that plugin. So I install the package @types/cordova-plugin-cam...
Dudeen asked 20/8, 2018 at 12:27

7

My requirement is to access the mobile camera in iOS and android using the mobile browser. Using Ionic PWA app can I access mobile camera in iOS and android device browsers? Looking for PWA soluti...
Laurynlausanne asked 6/7, 2017 at 15:40

5

To test a Cordova app I need to run it in an Emulator or on a physical device. That is a slow process so instead I test it in a browser when possible. But the browser doesn't have a contacts datab...
Stenotypy asked 8/5, 2016 at 15:53

5

Solved

I'm developing a Cordova plugin, and for the iOS platform, I'd like to incorporate a few existing (non-cordova-specific) Cocoapods. I haven't been able to find any info or examples on how to get th...
Dorolice asked 20/8, 2014 at 21:4

2

we are developing a couple of NPM packages under the same organization: @aerogearservices/core @aerogearservices/core-rn @aerogearservices/core-cordova Where core-cordova is a Cordova plugin, in...
Margarettemargarida asked 2/4, 2018 at 12:35

2

Solved

Is it possible to add Android Kotlin files to a Cordova Plugin project or is only Java supported? <?xml version="1.0" encoding="UTF-8"?> <plugin xmlns="http://apac...
Precambrian asked 14/12, 2020 at 20:4

1

Unable to load Platform API from /Users/RK/Documents/IONIC/ionic/myApp/platforms/ios/cordova/Api.js: Cannot find module 'at-least-node' making ios build in ionic 3.4
Zackzackariah asked 8/8, 2020 at 5:35

5

Solved

I'm trying to change the color of the Navigation Bar in Android (on the bottom, with the back and home keys) - on phones which do not have hardware home and back keys. in my Ionic app which uses Co...
Metheglin asked 12/11, 2018 at 7:0

5

I'm trying for hours to deploy an ionic application to a android device. I have change the icon and splash. Then I do: ionic resources I obtain: Then I do: ionic platform rm android ionic p...
Hauberk asked 27/1, 2017 at 13:36

2

Solved

I have 2 cordova plugins that are modifying CFBundleURLTypes: The first one: <config-file target="*-Info.plist" parent="CFBundleURLTypes"> <array> <dict> <key>CFBundleUR...
Milieu asked 12/11, 2014 at 12:19

9

Solved

I have a freshly created Cordova project with the following config.xml setup (used the instructions from http://docs.phonegap.com/en/edge/config_ref_images.md.html). I also added 2 platforms (iOS a...
Shannanshannen asked 23/5, 2014 at 13:26

5

Solved

I am opening .xcworkspace of my Ionic 3 project and trying to run it on my device but I suddenly get the following error in Xcode: Ld /Users/manuel/Library/Developer/Xcode/DerivedData/MyApp-awaxbz...
Module asked 12/9, 2017 at 10:14

2

Solved

I am trying to make a simple webview app for my website using ionic. What I did is npm install -g cordova version->9.0.0 npm install -g ionic version->5.0.3 ionic start myApp blank cd my...

1

Solved

An app is using Cordova with InAppBrowser plugin version 3.2.1 to load a webpage built in Asp.Net 4.5.2. We have been experiencing erratic behaviour, so I've made a page to catch the problem and sh...
Raffin asked 7/7, 2020 at 10:48

4

Solved

I get a problem using native plugin ionic 3 when install Native Store is success, but when I try to add in app module, the text editor show a red line and when I try to run I found an error like be...
Oeflein asked 25/1, 2019 at 8:18

0

I have set a cheap certificate from Digicert on my server but I think it has an intermediate certificate. When testing my application on PhoneGap CLI using phonegap serve Ajax call to my server is...
Mulvaney asked 29/6, 2020 at 16:14

2

I'm trying to migrate my ionic app from cordova to capacitor. But I'm getting an error in Android build. android\capacitor-cordova-android-plugins\src\main\java\nl\xservices\plugins\FilePro...
Slotter asked 9/4, 2020 at 12:23

1

Solved

While building the android app using cordova, i encountered following error log:- BUILD FAILED in 1m 21s C:\Users\gagan\Projects\hybrid\framework\error\framework7\quotes\cordova\platforms\android\...
Everybody asked 2/5, 2020 at 17:29

© 2022 - 2024 — McMap. All rights reserved.