Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
20 views

I'm building an iOS app with Cordova. When I emulate with browser I don't get any error, but when I do with cordova emulate ios, BUILD SUCCEEDED, the app runs in the simulator but i get some errors in ...
matt's user avatar
  • 101
0 votes
0 answers
22 views

For VAPT I need to restrict biometric access in android device based on class 3 (biometric_strong) devices. In Samsung s24 device is class 3 for finger only not for face. In that scenario prompting to ...
sureshunivers's user avatar
0 votes
1 answer
65 views

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/...
spierala's user avatar
  • 2,757
0 votes
0 answers
128 views

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 ...
rolinger's user avatar
  • 3,196
0 votes
0 answers
31 views

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:/...
Chetan's user avatar
  • 216
0 votes
0 answers
35 views

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 ...
vasanthangel4's user avatar
0 votes
0 answers
49 views

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 ...
spodell's user avatar
  • 176
0 votes
0 answers
23 views

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 ...
Muhammad Sharjeel's user avatar
0 votes
0 answers
47 views

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. ...
Tom's user avatar
  • 9
1 vote
0 answers
62 views

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 ...
Annonymous's user avatar
0 votes
0 answers
36 views

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 → ...
Evgesha's user avatar
  • 13
0 votes
0 answers
67 views

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 ...
Evgesha's user avatar
  • 13
0 votes
0 answers
86 views

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....
rolinger's user avatar
  • 3,196
0 votes
1 answer
38 views

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 ...
Aziz.G's user avatar
  • 3,791
0 votes
1 answer
128 views

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 ...
tazdingo's user avatar
0 votes
1 answer
122 views

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 ...
everythingEquals42's user avatar
0 votes
0 answers
38 views

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 ...
user2097439's user avatar
0 votes
1 answer
62 views

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 ...
decomplexity's user avatar
0 votes
1 answer
186 views

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 ...
Graham P's user avatar
  • 2,312
0 votes
0 answers
66 views

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; ...
decomplexity's user avatar
0 votes
0 answers
52 views

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 ...
Ab-Sadiq's user avatar
1 vote
1 answer
69 views

I have a Codesign error from my iOS Cordova build which I sign and finish building with fastlane. We have multiple Projects with this setup now but for some reason this one project does not want to ...
TIll Wegmüller's user avatar
2 votes
1 answer
1k views

In my Cordova application that I created with Quasar, I use this CSS style: padding-top: env(safe-area-inset-top, 0px); padding-bottom: env(safe-area-inset-bottom, 0px); ...
François Schuster's user avatar
0 votes
0 answers
35 views

For a number of years I have been using inline web workers in Cordova using the cordova-plugin-ionic-webview on iOS which when a web worker is launched provides a self.location. I wanted for ...
David Martin's user avatar
0 votes
1 answer
135 views

My app was on Cordova@11 and [email protected] with [email protected] and all was working fine. My prod/app store version is running these versions. I then upgraded my dev ...
rolinger's user avatar
  • 3,196
0 votes
1 answer
270 views

I was on [email protected] and [email protected] and my custom URL scheme and deep linking worked fine. But after upgrading to [email protected] and [email protected] (SDK 34) the custom URL ...
rolinger's user avatar
  • 3,196
0 votes
1 answer
187 views

I'm developing a mobile app using Ionic 4 and was previously using the PhoneGap Barcode Scanner plugin from: https://github.com/phonegap/phonegap-plugin-barcodescanner The plugin worked perfectly on ...
Ashutosh Goyal's user avatar
1 vote
1 answer
104 views

when trying to add this repository in two different environments I am getting different results: repositories{ jcenter() maven { url = uri("https://repo.gradle.org/artifactory/remote-...
rolinger's user avatar
  • 3,196
0 votes
0 answers
58 views

My main dev computer needs to be rebuilt, so before I did that I installed my entire cordova environment on another system, once I rebuild the dev computer then I will be upgrading everything. But on ...
rolinger's user avatar
  • 3,196
1 vote
2 answers
45 views

I had a mobile app built in Cordova, in which I saved information using the localStorage method. When switching from Cordova to React Native, I kept the same package but can't access the information ...
Xixo's user avatar
  • 61
0 votes
0 answers
234 views

I'm experiencing an issue with In-App Purchases for subscriptions on iOS. Everything works correctly on iOS 18.2, but after upgrading my test device to iOS 18.5 and Xcode to 16.4, the call to fetch ...
Kizo's user avatar
  • 1
0 votes
0 answers
25 views

I have just recently upgraded my cordova environment and now when I compile my app I am getting the following error: Execution failed for task ':app:processDebugResources'. > A failure occurred ...
rolinger's user avatar
  • 3,196
0 votes
0 answers
112 views

I have upgraded many components of my dev environment and I am now getting the following error when trying to compile my app. Everything was running fine before I started the upgrades, my app would ...
rolinger's user avatar
  • 3,196
0 votes
0 answers
109 views

I am in the process of upgrading my app environment from Cordova-CLI v11.1 to v12.0 and Cordova-Android v10.1.2 to v13.0 What I have installed for the upgrade: Java JDK 17.0.14 Gradle 7.6.5 NodeJS 22....
rolinger's user avatar
  • 3,196
3 votes
0 answers
70 views

I'm working on an Ionic Angular + Cordova mobile app that needs to be built and tested specifically on Android 10 and 11 for dynamic security assessment using MOBSF. The app builds successfully after ...
IAM5K's user avatar
  • 312
0 votes
1 answer
103 views

I'm developing an Android app using Angular + Capacitor. I implemented a custom update mechanism that downloads a .zip file from my server, extracts it to a custom folder inside FilesystemDirectory....
Mike's user avatar
  • 423
0 votes
2 answers
52 views

After installing JDK 17 and setting variables by this commands: export ANDROID_HOME=$HOME/Library/Android/sdk export ANDROID_NDK=$ANDROID_HOME/ndk curl -o /tmp/commandlinetools.zip https://dl.google....
lachin's user avatar
  • 31
0 votes
0 answers
38 views

I'm currently developing an app for iOS and Android using Cordova. It needs to be HIPAA compliant, therefore text entry cannot use voice dictation in the iOS, Android or 3rd party keyboards (since ...
JP.'s user avatar
  • 5,616
0 votes
0 answers
64 views

I want to detect when a user finishes making a text selection on android, using cordova and javascript. This is possible for multi-word selections (see the gist by parthibeyond, added at the end of ...
Will's user avatar
  • 369
0 votes
0 answers
25 views

I'm working on a legacy app at the company I work for. This app is built with Ionic + Cordova + Angular. Thing is that the app isn't sending the JSESSIONID sent by one of the backend services we're ...
Pablo's user avatar
  • 1,141
0 votes
0 answers
44 views

I'm trying to download a ZIP file to use within my app. However, when the file is larger than 50 megabytes, the download fails. Does anyone know how I can increase this 50 megabyte limit? My code is: ...
Dani Carla's user avatar
0 votes
1 answer
92 views

I'm trying to upload a second version of my app for internal testing on google play console, but I'm getting the error "Version code 10000 has already been used. Try another version code." ...
Jayy's user avatar
  • 14.9k
0 votes
1 answer
89 views

I am building a iOS in-house Time Card app, and I added functionality to track user clock-in location. This will be used to just to get a basic idea of where the user clocked in. The issue I am facing ...
Cory Green's user avatar
0 votes
0 answers
44 views

After executing npm run action client/src/cordova/build android command, every process works fine for building the app, but at the end, there is an error: ERROR(spawn_stream): node --trace-uncaught /...
lachin's user avatar
  • 31
2 votes
1 answer
96 views

I am using this implementation, and I can download up to ~30 MB of data on my A53 Samsung Android device with it: // File download function downloadResult(taskId) { cordova.plugin.http....
Digital Rogue Yeoman's user avatar
0 votes
0 answers
29 views

When using web inspector on chrome/android or safari/iphone my app will launch just fine and I can inspect everything. However on certain occasions, especially on Safari, app startup console messages ...
rolinger's user avatar
  • 3,196
1 vote
1 answer
96 views

When opening my cordova app from deep links, the Android splash screen icon doesn't show. I found out this is by design in Android, and to have it show, I need to add this to the theme style: <item ...
Vero's user avatar
  • 1,770
1 vote
1 answer
67 views

I am working on a ionic cordova-angular project and I have a screen with an input field defined like this in html file. <div class="inputdiv"> <ion-label class="...
Sparsh Sharma's user avatar
0 votes
0 answers
136 views

I am working on a ionic cordova project and I am trying to integrate a functionality to take images from either camera or pick from gallery in base64 and for this functionality I am using cordova ...
Sparsh Sharma's user avatar
0 votes
1 answer
241 views

Xcode 16.2 Cordova: 12.0 cordova-ios: 7.1.1 Node: v23.5.0 deployment_target 13 Last week my mac rebooted on its own due to some error. Don't know what it was. When it came back up it somehow had ...
rolinger's user avatar
  • 3,196

1
2 3 4 5
1231