Norman Breau
Norman Breau
I briefly did some research and it looks like disabling CORS from the webview is not possible... but looks like it is possible to get around that by intercepting requests...
How large of a file are we talking about? In one of my apps, I read/write JSON files of approximately 50mb, but sometimes upwards of 100mb with no significant slowdown....
Glad you found a workaround. I'm going to add the help wanted label to this ticket. I think it's still worth investigating on request intercepts to see if it can...
Realized this is an older issue, but just in case this helps anyone, I had this error on a 300kb zip file, so completely unrelated to the 4GiB limit. In...
Agreed. We do have a blog post but it does need to be documented in the ios platform. And I think we should probably have an example of the config...
Are the [blog post](https://cordova.apache.org/howto/2020/07/18/uiwebview-warning.html) satisfactory for this purpose or do you think further documentation is necessary? If so, we should define exactly what should be documented.
> Either the documentation should mention this caveat that other plugins may overwrite the colors.xml I'm not sure if this is a reasonable approach... because in theory any plugin could...
iOS doesn't support a single-icon configuration. You must provide icons of different sizes. These icons are used by the OS in different scenarios. The OS expects these icons to be...
I guess that warrants reopening this to at least investigate what is correct. Using a single icon definitely shouldn't be recommended though. There is reasons why platforms expects specific sizes.
> While it would be great for Cordova to automatically generate icons, that's a lot of code to test and maintain and update every time Apple changes their requirements, and...