61,551 questions
-1
votes
0
answers
31
views
Cordova (Android) - set gradle repositories
When building our Cordova Android application, the build fails because of failing connections to https://repo.maven.apache.org/maven2
e.g.
Could not get resource
'https://repo.maven.apache.org/maven2/...
-3
votes
0
answers
49
views
SSL Pinning failing in iOS Capacitor App using cordova-plugin-advanced-http [closed]
I have a React web app converted to iOS using Capacitor. For network requests, I am using cordova-plugin-advanced-http. I need SSL pinning for my API domain.
What I did:
Exported server certificate ...
0
votes
0
answers
75
views
cordova in-app picture viewer and android READ_MEDIA_IMAGES permissions issue
My cordova app displays photos that users can click on and then pinch expand/zoom the photo and/or download the image. I am using the plugin: https://github.com/YaroslavG/photoviewer. I just ...
0
votes
0
answers
30
views
Sandbox access violation: Blocked a frame in [email protected] cordova build
I have make build using cordova platform add [email protected] version
but getting error when run on iphone device
I am trying to my web in iFrame and iFrame host in cordova app. (web framework is DNN(https:/...
0
votes
0
answers
33
views
Cordova bridge not firing after biometric passcode fallback on iOS (device ready / document.ready not triggered)
We are facing an issue in our iOS Cordova hybrid app (WKWebView) during biometric → passcode fallback authentication.
Environment:
Cordova iOS 7.x (WKWebView)
Native plugin handles Face ID / Touch ID ...
0
votes
0
answers
43
views
JavaScript WebView on Android, need to be able to detect the virtual keyboard being removed (Cordova App)
I have a Cordova app We Vote Ballot Guide that is having trouble when the Android hide keyboard button is pressed on Android's navigation bar at the bottom of the screen.
When the virtual keyboard is ...
0
votes
0
answers
22
views
Ionic Local Notifications not working consistently on lock screen (iOS & Android)
I am working on an Ionic (Angular + Cordova) app and using the @ionic-native/local-notifications plugin to schedule reminder notifications.
On iOS, interval notifications do not show at all when the ...
0
votes
0
answers
33
views
How to fix the Cordova/vscode error,"spawn EINVAL"
I have been making Android application on the Cordova/vscode/window10.
Today vscode stopped when I started debugging by "Run Android on device".
Debug console on vscode says spawn EINVAL.
...
1
vote
0
answers
58
views
How to install @nodert-win10-rs4/windows.devices.geolocation in Node 18 / Electron 29 with Cordova-Electron on Windows?
I’m working on a Cordova-Electron project where I need to access the Windows native geolocation API (WinRT) instead of using Google’s geolocation provider.
Environment details:
Node.js: 18.20.x
...
0
votes
0
answers
34
views
Google Play Billing (cordova-plugin-purchase v13): init/update OK but no products (productFound=false) on Internal testing
Hybrid app (Vue + Capacitor 5) using cordova-plugin-purchase v13.12.1 on Android.
Installed from Google Play Internal testing (opt‑in link). Tester account is added in Play Console → Settings → ...
0
votes
0
answers
59
views
Google Play Billing: subscriptions/base plans not loading in Cordova/Capacitor app (no BillingClient logs, only Finsky)
Hybrid app (Vue 3 + Capacitor 5) with cordova-plugin-purchase v13 for Google Play subscriptions.
App is installed from Google Play Internal testing (opt-in link). The tester account is added to ...
0
votes
0
answers
84
views
Cordova and Xcode ios how to modify existing podfile post_install config
How can I add post_install configurations to an existing podfile that already has a post_install section? I need to add a line to fix a build clang ld linker error to debug-iphonesimulator myapp....
0
votes
1
answer
36
views
FullCalendar with Meteor 3.3.1 – Event Colors and Size Issue on Mobile Build (iOS/Android)
I'm using FullCalendar React with Meteor 3.3.1, and I'm running into an issue when building the mobile version (iOS/Android). The calendar appears fine in the web version, including when viewed ...
0
votes
1
answer
106
views
Apache Cordova Android migration from 13 to 14.0.1: LocalFileSystem not defined when deviceready fired
as of August 31, 2025, Android apps must comply with targetSdkVersion 35. I therefore wanted to switch my Cordova Android app from [email protected] to [email protected]. The app is built ...
0
votes
1
answer
112
views
Cordova AdMobPro plugin not showing ads on Android 14 / API 35 emulator
I'm working on a Cordova app that targets Android 14 (API 35). I have cordova-plugin-admobpro, but ads are not showing on my emulator (Pixel 9a, API 36).
This was working well before the updates to my ...