Skip to main content

Questions tagged [cordova-ios]

Cordova iOS is an iOS application library that allows for Cordova-based projects to be built for the iOS Platform. Cordova based applications are, at the core, applications written with web technology: HTML, CSS and JavaScript

1 vote
1 answer
102 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
0 votes
0 answers
215 views

Cordova-ios 7.1.0: ITMS-91053: Missing API declaration after adding privacy manifest

I’m updating all of my apps to target the new versions of all the plugins we use, and for some reason, I have a warning message : ITMS-91053: Missing API declaration - Your app’s code in the “*****” ...
Dylan's user avatar
  • 1
0 votes
0 answers
19 views

Intercept redirect request

I have a problem with ios part of my application. I need to redirect to start page (content tag in config.xml) when backend is redirecting me to certain url. I don't have access to backend ...
Mariusz Kaczmarczyk's user avatar
7 votes
3 answers
2k views

cordova-ios 7.1.0 privacy-manifest correct format?

I have an ionic cordova app. Apple is now requiring us to provide reasons for certain API access in our privacy-manifest. I need to add "CA92.1" as the reason for ...
DanielRead's user avatar
  • 2,638
0 votes
1 answer
358 views

Cordova Build issue since version 12.0.0

I have recently updated to cordova 12.0.0, lib 12.0.1 - every since when I try to perform add/create/remove commands I get the message. cordova platform ios -d TypeError [ERR_INVALID_ARG_TYPE]: The &...
MDP77's user avatar
  • 61
1 vote
0 answers
109 views

Cordova iOS CORS configuration

I created a web based project and created an iOS app using Cordova. In my application, there is a php request in our app that is not connecting to the server from iOS and even on Android. I believe it ...
Tanmay's user avatar
  • 21
0 votes
0 answers
109 views

Most effective way to create an image in Safari from an SVG string with HTML, CSS and Base 64 content inside?

What is the easiest way to convert this string into an image or PDF in my Angular project (Ionic, Cordova) ? Exporting the string as .svg works but all attempts to export it as an image fail on iOS. I ...
VinceSanto's user avatar
0 votes
2 answers
201 views

XHR requests are canceled in cordova-ios after the screen is locked

in our cordova ios app there is a case, when user can save form using xhr request. In normal scenario when the Iphone screen is not locked after starting the save request - everything works fine. But ...
trial4life's user avatar
0 votes
0 answers
18 views

Cordova - Why does app page navigation work locally but fails after deploying via TestFlight on iPhone?

Encountering a challenge with page navigation in a Cordova app, I employ the following code for transitioning from one page to another: window.location.href= 'demo.html' During local testing on my ...
Noerac's user avatar
  • 1
0 votes
0 answers
16 views

How to update www on cross-platform platform-centered Cordova workflow?

I need to make changes to my iOS and Android projects (e.g. add a VPN extension), so I'd like to explore the platform-centered workflow, which creates the native app once, and you work from there. ...
Vinicius Fortuna's user avatar
1 vote
2 answers
679 views

`ionic cordova run ios --emulator` fails with `An error occurred while running subprocess native-run`

I have a Ionic Cordova application I've been working on. Recently I upgraded the cordova toolchain and now while trying to run the app on an ios emulator, it leads to an error in native-run after the ...
Abhishek's user avatar
  • 483
1 vote
0 answers
106 views

cordova ios does not send origin, referer or x-requested-with in an iFrame url call

I am currently on Cordova 11.1.0, using cordova-ios 6.2.0 Just as the subject states, looking at iFrame source URL requests, the origin, referer and x-requested-with are not being sent in the headers. ...
rolinger's user avatar
  • 3,016
0 votes
0 answers
44 views

Upgrading from cordova-ios 5

Im trying to update my app from cordova-ios 5 to a new version. When I removed and added the IOS platform and built the app, the app showed the splash screen but after that showed only a white blank ...
Rindo789's user avatar
0 votes
0 answers
96 views

Ionic Cordova Resources iOS Warning: Alpha Channel in App Icon

I'm encountering a warning while using ionic cordova resources ios command to generate app icons for my Ionic project. The warning message mentions that the source icon "resources/icon.png" ...
a1i's user avatar
  • 43
0 votes
0 answers
289 views

Cordova iOS App Issue on Devices with iOS 16.4 and 16.5.1 using xcode 14.3

Project Information: Cordova iOS platform: 5.1.1 macOS version: Ventura 13.5 Minimum target iOS version: 11.0 Xcode version: 14.3 SDK version: 16.4 Plugins Used: cordova-background-geolocation-lt 3.0....
VG8's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
14