61,551 questions
0
votes
0
answers
35
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
15
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
16
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
53
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
27
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
30
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
76
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
33
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
69
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
104
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 ...
0
votes
0
answers
36
views
camera.getPicture returns 20
I am trying to get the Cordova camera plugin to return a picture, but it returns the integer 20 instead of a valid file URI. Note that this was working with previous versions of Android, but not with ...
0
votes
1
answer
42
views
Cordova apps in upgraded Android environment display the URL bar
I am trying to prevent the URL (etc) bar being displayed in some upgraded Cordova apps that wasn’t there before the upgrade. The apps themselves are unchanged, but the environment needed updating:
I ...
0
votes
1
answer
68
views
How do I use Android Photo Picker from Cordova?
I was using cordova-plugin-camera to pick photos. Google Play rejected my most recent update, saying that I need to switch to Android Photo Picker.
Is there an Android Photo Picker Cordova plugin?
I ...
0
votes
0
answers
65
views
Java error when Syncing after Android Studio update from Koala to Narwhal [duplicate]
My Cordova Android apps** built and ran fine under Android Studio Koala.
I then updated to Narwhal (2025.1.1).
Given the deprecation of jcenter(), I followed advice in post "JCenter deprecation; ...
0
votes
0
answers
45
views
Cordova build fails with Gradle timeout: No Java files found that extend CordovaActivity / Gradle zip download fails
I'm currently working on a Cordova Android app project ([email protected]) with the following stack:
Java version: Java 17
Gradle version: 8.14.2 (manually downloaded)
Cordova CLI: 12.0.0
...