You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2022/06/02 16:51:36 UTC

[GitHub] [cordova-ios] mlegenhausen commented on issue #1033: Reading big media files make WKWebView crash with cordova-ios-6.x

mlegenhausen commented on issue #1033:
URL: https://github.com/apache/cordova-ios/issues/1033#issuecomment-1145087420

   You can work around this issue with the [cordova-httpd](https://github.com/floatinghotpot/cordova-httpd) Plugin. The trick is to start a local web server on your device and fetch all bigger resources from there. Be careful when you bind to a port. It could actually already be taken so you will need some fallback strategy, like trying another port until you found a free one.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org