Norman Breau
Norman Breau
I think the first step is to introduce a new access point for the Cordova API and deprecate the original one. We won't be able to remove the original one...
This isn't a solution but in my projects I use a python script to read a template xml file, which writes/replaces the `config.xml` used by cordova. `config.xml` is git ignored....
> 2021-11-29 14:27:03.619627+0800 App[2063:106573] [ProcessSuspension] 0x103cc5dc0 - ProcessAssertion: Failed to acquire RBS Background assertion 'ConnectionTerminationWatchdog' for process because PID is invalid 2021-11-29 14:27:03.620871+0800 App[2063:106573] [Process] 0x10202da18 - [pageProxyID=6, webPageID=7, PID=2080]...
Text cursor control is handled by the webview and/or the OS, in this case WKWebVIew. So I don't think this is a Cordova issue. Can you create a sample XCode...
I'm not very familiar with the browser platform but I do believe it's intended to be ran from a webserver, not from the local file system. The browser has **a...
https://github.com/apache/cordova-plugin-file/blob/ce4bfa1b9c0cfdb3e8e479a62ea41a41c7c7b53e/src/browser/FileProxy.js#L76 I see... the path appears to be hard-coded but I'm not sure why. I would assume the path should look like `filesystem:/...`
A workaround would be to use the `cordova-plugin-camera` APIs, although with this route, you'd probably want to build your own custom button instead of using the browser's `` tag. I...
> Hi everyone! I'm asking the question here since the link to sign up to Cordova Slack doesn't seem to work: http://slack.cordova.io and I couldn't find another way to sign...
What normally sets `window.Zone.current.name`? This is something that isn't explicitly set by cordova-ios.
Then it seems like a bug with zone.js, not with cordova-ios. Cordova doesn't implement webview features or the general JavaScript API. What Cordova does do is package web assets into...