cordova-plugins Questions
3
not sure what I'm doing wrong, but when trying to use ionic and Cordova plugins I receive the following error after ionic serve: "can't resolve all parameters for [object OBJECT],[object OBJECT],[o...
Goulash asked 2/5, 2017 at 6:19
3
I am developing a cordova plugin, my plugin code needs xmlns:tools="http://schemas.android.com/tools"namespace.
So, I added the same in Plugin.xml
<plugin xmlns="http://apache.org/cordova/ns/p...
Nea asked 11/9, 2015 at 13:15
2
Solved
I'm developing a mobile app with Ionic 4, Capacitor and some Cordova plugins and have run into a problem when attempting to run the app on Android. Android Studio refuses to run the project and pri...
Run asked 19/1, 2020 at 7:29
3
Solved
My app working fine in browser and using Cordova Geolocation as plugin when I start an android build I am getting this error
An unhandled exception occurred: [BABEL] /Users/suatkarabacak/Desktop/...
Resident asked 21/3, 2020 at 11:38
3
The goal is to use an existing web app and create an Android and iOS versions of it with some functionality added (Push Notifications and Location).
Being an Android/iOS developer, does it make se...
Bereft asked 18/1, 2017 at 15:15
3
Solved
I am trying to use the ZeroConf plugin for Cordova.
I never used any Cordova plugin before.
These are the steps I did :
cordova create myApp
cordova platform add android
cordova platform add ios
...
Had asked 15/2, 2016 at 15:13
2
Solved
I have an existing Ionic 3 application that allows users to sign in with their Facebook or Google accounts. The app interacts with an ASP.NET Core website and api. My understanding is that at some ...
Vetchling asked 6/9, 2019 at 16:0
3
Solved
I was getting the following error and my custom plugin wasn't starting.
"Uncaught module com.example.example-plugin already defined"
Why is my module getting defined twice?
Ninebark asked 30/10, 2015 at 6:27
3
I create a plugin for Cordova and I want to edit the AndroidManifest to add an attribute in the "application" tag. I know config-file to add a new tag but I don't find if I can update an existing t...
Coridon asked 24/6, 2015 at 10:29
0
Im building an application hybrid application using cordova using the following plugins
"com.lampa.startapp": "0.1.4",
"cordova-android": "8.0.0",
"cordova-ios": "5.0.1",
"cordova-plugin-calen...
Enzymology asked 28/11, 2019 at 9:35
1
Solved
In an Capacitor/Ionic/Angular app I am trying to allow a user to take a video, view it in a <video> tag, and I also need to be able to send the video data in a POST request when the user subm...
Ariellearies asked 18/11, 2019 at 11:28
2
Solved
I have used Cordova File Plugin to create files on mobile device. Below is the code to create files:
window.resolveLocalFileSystemURL(cordova.file.dataDirectory, function (dir) {
alert(cordova.fi...
Colangelo asked 9/1, 2016 at 13:38
4
Hy! I need to catch the exit app event in my phonegap application. Actually I want to trigger a looseLife() function if the player tries to cheat and exit the app with minimize and exit from task m...
Jaggy asked 1/5, 2014 at 14:18
5
Solved
I’m having a hard time setting the iOS status bar background color to transparent. I’m using the latest version of cordova statusbar and ionic, and leaving everything to their default setting, howe...
Bowne asked 30/10, 2017 at 2:22
3
Solved
I need to implement push notifications in a PhoneGap Build app that I'm developing.
I didn't find much documentation on using the new Google service, Firebase Cloud Messaging (FCM), but since it i...
Method asked 28/9, 2016 at 18:12
3
It appears that there is a common failure that happens when Cordova apps are put in the background to use the Camera or Media Capture plugins... the Android activity service appears to look for mem...
Gherardo asked 25/6, 2014 at 0:25
14
Solved
I am new to the Cordova CLI.
I need to perform the following steps programmatically via Cordova.
In the project .plist add a new row
Enter the following values in the new row:
Key: GDLibraryMode T...
Eurydice asked 31/3, 2014 at 18:15
4
Solved
Instead of ionic I would like to use cordova framework.
So far,
Step 1:
I have created an angular 2 application.
Step 2:
I have created an cordova application and integrated angular 2 applicat...
Judithjuditha asked 3/6, 2017 at 11:48
3
Solved
This is a problem that happens on some android devices.
I have a Samsung Galaxy A5 (2017) with Google Chrome version 76.0.3809.89 and Android version 8.0.0.
When I deploy my Cordova application f...
Metalinguistics asked 2/8, 2019 at 12:20
1
I'm trying to replicate force touch functionality of Instagram where
1) Put your finger on an image and it gets a little darker (hover effect, easy)
2) Press a little harder and a popup modal pre...
Heidyheifer asked 27/2, 2019 at 3:14
1
I'm using Cordova's StatusBar and SplashScreen. I want the app to launch fullscreen i.e. status bar to be hidden when the app launches.
In the deviceready callback, I'm invoking StatusBar.hide() a...
Tedtedd asked 6/10, 2016 at 11:21
2
Solved
I have declared my plugin file for iOS inside plugin.xml like so:
<config-file target="config.xml" parent="/*">
<feature name="CDVOP">
<param name="ios-package" value="CDVOP"/>...
Stereoisomerism asked 15/2, 2014 at 1:4
1
Solved
I have developed a plugin for Cordova IOS, for using App Groups.
The plugin needs to activate App Groups Capability under Targets -> Capabilities in XCode and select one of the App Groups.
If I a...
Humbert asked 10/5, 2016 at 10:26
1
Solved
I have an Ionic Cordova app for android which has a button to facebook messenger:
<a href="https://m.me/my-fb-page" target="_blank"><img src="assets/images/messenger.svg" /></a>
...
Timbale asked 25/5, 2019 at 20:15
6
On iOS 12.2 my app is terminated just after startup, with this message in xcode:
Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[ setValue:forUndefinedKey:]: this c...
Abroach asked 1/2, 2019 at 7:35
© 2022 - 2024 — McMap. All rights reserved.