Skip to main content

Questions tagged [cordova-plugins]

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. Plugins are composed of a single JavaScript interface used across all platforms, and native implementations following platform-specific Plugin interfaces that the JavaScript will call into.

cordova-plugins
0 votes
1 answer
23 views

Ionic NFC cordova plugin_not_installed

Apparently my app does not recognize the NFC plugin or it does not know how to install it correctly. I'm trying to make an app with angular Ionic + capacitor. One of the components must be able to ...
Manuel Sureda's user avatar
0 votes
1 answer
22 views

Can't install Cordova plugin from GitHub

I'm new to Cordova and I tried to add some packages to my project. I needed to install one specific package from GitHub, so I tried using following: cordova plugin add https://github.com/acipher/pos ...
pepa z depa's user avatar
-1 votes
0 answers
25 views

Cordova InAppBrowser override content security policy

I'm trying to inject a script to a an external page from an android Cordova app, but since the external page has a content security policy against eval, I can't use the following script. const ...
nick zoum's user avatar
  • 7,327
0 votes
0 answers
20 views

Cordova / Android: sim permission denied

I'm trying to retrieve sim info from my phone with Cordova / Android but I get a permission denied despite having the plug-in correctly installed and config.xml with the right permissions. I have the ...
Laurent's user avatar
  • 1,529
1 vote
1 answer
82 views

What is the actual cause behind the error "Assertion failed: alias and its target must be located in the same section" when building an iOS app?

I have a hybrid app created with Ionic that was originally running on Cordova, but we moved it to Capacitor a year ago and everything has been working as expected. Recently, while trying to make ...
lcrum's user avatar
  • 11
1 vote
1 answer
107 views

SecurityError: Blocked attempt to use history.replaceState() to change session history URL

I am working on a bank project on the Cordova framework. As per Apple's recent policy, I have built the bundle from Xcode 15.4 and iOS runtime 17+. My app worked fine when I used Xcode 14.2 and ...
Anil's user avatar
  • 91
1 vote
0 answers
58 views

Cordova 12 app crashes after hours of geolocation tracking

I have a Cordova 12 application available on both iOS and Android, using various plugins including cordova-background-geolocation-plugin. My application can use geolocation for several hours ...
jdevuono's user avatar
0 votes
0 answers
19 views

Is there a way to let the app go behind the notch in Android phones using Cordova?

My app doesn't go through the notch on Android and i can't find a way to do it. I've run across this plugin but I still can't figure out how to apply it. I've been searching for days but I couldn't ...
Alextti's user avatar
  • 11
0 votes
0 answers
22 views

Pull notification not working in Cordova Angular app

pull-to-refresh functionality is working in the Angular web application, but when deployed as a Cordova application, it fails to function as intended. Upon transitioning our Angular web application ...
Nidhin A G's user avatar
1 vote
0 answers
33 views

Ionic 5 Android 13+ pick file from google drive using <input type='file' /> throwing error

Ionic 5 Android 13+ pick file from google drive using <input type='file' /> Throwing error DOMException: The requested file could not be read, typically due to permission problems that have ...
Code_S's user avatar
  • 304
0 votes
0 answers
20 views

Cordova Download Not Saving to Phone Storage (Android)

I'm developing a Cordova application where users can download videos. I'm using the cordova-plugin-file plugin to handle downloads. I've implemented logic to: Send a request to a server to initiate ...
COSYBANANA63's user avatar
0 votes
0 answers
41 views

Android Cordova gray splash screen after custom one

gif of the problem My android cordova app has two slash screens, one is the white one with icon (custom) another is the gray one, google play console said i have two, and depending on the phone, the ...
nikkoin's user avatar
  • 11
0 votes
0 answers
14 views

'coffeescript@1' is not in this registry

I use ionic 6 and angular 15 for my mobile application, now when I try to install cordova-sqlite-storage with command ionic cordova plugin add cordova-sqlite-storage I found this error: enter image ...
testyahoo's user avatar
0 votes
0 answers
18 views

Unable to launch activity in Cordova app from custom plugin

I'm trying to launch a custom activity from my custom Cordova plugin but I am getting the following error: Unable to start activity ComponentInfo{com.outsystemsenterprise.fidelidadep10.MyFidelidade/...
pedroremedios's user avatar
0 votes
0 answers
16 views

FadeSplashScreenDuration delay not working

Increasing/decreasing the FadeSplashScreenDuration in config.xml for an ionic project doesn't impact the duration in which the splash screen is displayed for Splash screen related code <...
Yeo Bryan's user avatar
  • 397

15 30 50 per page
1
2 3 4 5
373