Norman Breau

Results 830 comments of Norman Breau

Why are you running as `root`? Running things as root puts your development machine at risk. Cordova should run without requiring `root` If Cordova requires root, it might mean you...

`origin` request header is part of the `CORS` protocol. The CORS spec leaves it up to the user agent to add it to request headers or not, the only requirement...

> Could you clarify please? Are you saying the WKWebView does send the header if the browser is making a CORS request...so I am interpreting this to mean that an...

> The referrerpolicy="origin" does not work, Ah yah, I missed that, my apologies. > The next thing I am going to try to do an XHR load of the document...

> To do so I must also upgrade to Cordova 12 and I am not quite ready to go through all the pain yet. You could try upgrading to cordova-ios@7...

> Agree, iPhone X is quite old. But Cordova [supports](https://cordova.apache.org/docs/en/12.x/guide/platforms/ios/index.html) iOS 11.0+, so I expect it to support such devices. Cordova supports iOS 11.0+ with the appropriate XCode version (e.g....

A potential workaround is to simply launch the "Simulator" application. Apple has 2 applications, a `simctl` application which is responsible for booting and managing simulators, and a `Simulator` app which...

An HTML form is probably not what you want to use in a Cordova application because: 1. There is no "webserver" to locally post to to handle the post request,...

I'll rerun the test, I think that happens intermediately sometimes.

Closing as stale