cordova-ios
cordova-ios copied to clipboard
Apache Cordova iOS
# Bug Report ## Problem When the screen is rotated, the splashscreen does not fit the screen anymore and the content is not centered. The view retains the size it...
## Problem Same game built with phaser is running at 60 fps on iOS 14 and 30 fps on iOS 15 it seems that it's due to an experimental feature...
### Platforms affected iOS ### Motivation and Context resolves #1166 ### Description If the app uses WebRTC, the user is initially prompted for permission twice, and then prompted again each...
# Bug Report ## Problem I have a webcam and QR reader feature that uses getUserMedia implemented in my Vue.js app, all is working perfectly on the browser. Now I...
### Platforms affected ios ### Motivation and Context When using a plugin that creates a new target it is currently impossible to sign it using cordova command line. See issue...
# Bug Report ## Problem Angular app on iOS `this.http.get('https://jsonplaceholder.typicode.com/todos').subscribe(() => alert(window.Zone.current.name));`  ### What is expected to happen? They should be both returning "angular" like on Android or Web....
# Bug Report ## Problem When "Scribble" is enabled in iPad > Settings > Apple Pencil, tapping an Apple Pencil in an input field or textarea terminates the app with...
# Bug Report - cordova add platform ios 6.2.0 - the Pods project.pbxproj has an harcoded version of ios8.0 - setting in config.xml a newer has zero effect, per https://cordova.apache.org/docs/en/10.x/config_ref/...
Fixes #1232 Fixes meteor/meteor#11811 ### Platforms affected iOS ### Motivation and Context If the iOS system kills the WKWebView processes due to e.g. memory issues, the Cordova app tries to...
I am working on cordova-ios app. My App will download zip file(contains html files ex:-second_login.html) from server, then we are unzipping it in data directory. After successful unzipping, app should...