Top "Cordova-plugins" questions

A Cordova plugin bridges a bit of functionality between the WebView powering a Cordova application and the native platform the Cordova application is running on.

Plugin not found, or is not a CDVPlugin. Check your plugin mapping in config.xml

I have declared my plugin file for iOS inside plugin.xml like so: <config-file target="config.xml" parent="/*"> &…

ios cordova phonegap-plugins cordova-plugins
Cordova file plugin - save file in device

I'm having a lot of troubles saving files in Android. The project is a hybrid application developed with Ionic with …

android cordova cordova-plugins ngcordova cordova-plugin-file
PWA mobile camera access

My requirement is to access the mobile camera in iOS and android using the mobile browser. Using Ionic PWA app …

ionic-framework cordova-plugins progressive-web-apps
Android: Deviceready has not fired after 5 seconds

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 …

cordova cordova-plugins
How to completely hide the status bar in iOS using Cordova?

I want to have no status bar for the Cordova app I am developing. I am nearly there, the status …

ios cordova cordova-plugins
How to update cordova (phonegap) plugin in my project?

Anyone knows what is the proper way to update cordova plugin in my cordova/phonegap project? Some time ago I …

cordova phonegap-plugins cordova-plugins
How to provide and handle deep links in cordova / phonegap applications

Hi I would like to know of a Cordova / Phonegap plugin or way to expose and handle deep-links in my …

android cordova android-activity cordova-plugins
Showing camera view inside html in android and then snap a picture

Is there a view of showing the live camera view inside html ( e.g. embedded in a div ) before we …

android ios cordova phonegap-plugins cordova-plugins
Where is the location of file created by Cordova File Plugin?

I have used Cordova File Plugin to create files on mobile device. Below is the code to create files: window.…

android cordova phonegap-plugins cordova-plugins
can't resolve all parameters for [object OBJECT], after ionic serve

not sure what I'm doing wrong, but when trying to use ionic and Cordova plugins I receive the following error …

typescript ionic-framework cordova-plugins