Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [cordova]

Apache Cordova (formerly PhoneGap) is a framework that allows developers to create cross-platform mobile applications using web technologies like HTML, JavaScript, and CSS.

-5 votes
0 answers
22 views

Deploying Ruby on Rails to HTML [closed]

I have thinking about deploying ruby rails to html. Then connect it to apache Cordova then how can I deploy the project to html I tried some deploying ruby gem libs and some of them didn't work for ...
Ermias Endalkachew's user avatar
0 votes
0 answers
17 views

Camera closes the Android 14 Ionic angular cordova application

According to the requirements, I updated my Ionic angular application to Android 14 (API level 34) to be submitted to Google Play... But now I have a problem, on devices with Android 14 version, this....
Limango's user avatar
0 votes
0 answers
10 views

inappbrowser plugin only works on monaca debugger

I am trying to open a link in the system browser in my app built in monaca. Here is the code: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"&...
Gabbo144's user avatar
0 votes
1 answer
8 views

library -pods-project-name-not-found-ios cordova xcode

I have the exact same issue as reported here after updating the Cordova version. I Have repeated here as I have a following on problem where I want to provide screen shots to explain. So the solution ...
peterc's user avatar
  • 7,613
0 votes
0 answers
30 views

iframe being being blocked by CSP in iOS Cordova app

We're running an app on Cordova version 12.0.0 and cordova-ios 7.1.0. We have an iframe which works on multiple browsers in web and in an Android app. But it doesn't work in our app on ios, other ...
OrangeJuice1-'s user avatar
0 votes
0 answers
11 views

Cordova App How to ignore the phone's font size setting [duplicate]

I have a Cordova app. But after increase the font-size in system settings, it look quite hideous. Is there any CSS tricks or hack or plugins to get it look the same no matter what the font-size ...
Alexsey's user avatar
  • 13
0 votes
0 answers
19 views

cordova - google maps not rendering on android 13

I'm trying to update my Ionic app to Cordova Android 13 but its facing some problem. Google Maps is not being rendered and gives no error or crashes the app. It gets a black screen and only shows ...
anderlaini's user avatar
  • 1,731
-2 votes
0 answers
22 views

How do I keep a Cordova app from hiding beneath the status bar on iOS?

I'm trying to build an Ionic/Cordova app, and for some reason, on iOS it loves to hide part of itself behind the status bar. Is there any way to convince it to treat the status bar as not within the ...
NoLongerBreathedIn's user avatar
0 votes
1 answer
25 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
2 votes
0 answers
418 views

Xcode - iOS app will not load - NECP_CLIENT_ACTION_GET_SIGNED_CLIENT_ID [80: Authentication error]

I have a Cordova Ionic app. When I attempt to run the app onto my physical device (iPhone 14 Pro) via Xcode (version 15.4, 15F31d), the logs show the following error message in the logs: ...
DanielRead's user avatar
  • 2,664
0 votes
1 answer
38 views

Getting TypeError when trying to build and running IOS simulator using Cordova

I am creating a ionic app for cross-platform. Getting this Error while creating build and running IOS simulator using Cordova TypeError [ERR_INVALID_ARG_TYPE]: The "code" argument must be of ...
Sagar Kumar's user avatar
0 votes
0 answers
29 views

can't update ionic cordova from 10 to 13 - no such file gradle/aar-metadata.properties

I'm trying to update my Ionic 4 app with Cordova 10 to use Cordova 13. So I try this commands: ionic cordova platform rm android ionic cordova platform add android@latest ionic cordova build android ...
anderlaini's user avatar
  • 1,731
0 votes
0 answers
39 views

CapacitorJS: how to share local data between WebView and iOS widget?

I am using a widget in my capacitor app (currently this question only focuses on iOS). I want to save an integer from my webview code into Preferences and then be able to read it from the iOS widget. ...
Felix Olszewski'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
13 views

Reading compass and play sounds while in background

For a capacitor or Cordova app. While the app is in the background, for example when the phone is locked, I need the app to keep getting updates of the gps and compass so that it plays a spatial sound ...
Seb's user avatar
  • 506

15 30 50 per page
1
2 3 4 5
4108