Manuel Beck

Results 62 comments of Manuel Beck

@Polm90 Is this possible? Because Apple has the requirement since April to compile Apps with XCode 11. Does cordova-ios 5.1.1 compile with XCode 11? I'm asking this, because I'm building...

Ok thank you both for the information, I'm glad to hear this and in the worst case I can switch to cordova-ios 5.1.1 back. Because I'm having trouble too with...

Yeah, not using WKURLSchemeHandler seems to get the old behaviour back, though I'm using cordova-ios 6.0.0. I just commented following out: ``` ``` I removed the "cordova-plugin-wkwebview-engine"-Plugin and everything is...

Just for sharing my experiences with cordova-ios 6.0.0 and WKURLSchemeHandler: After setting my own scheme and hostname in config.xml to `app `& `localhost`, the javascript `window.location` returns `app://localhost` and `document.currentScript.src`...

Thank you for the hint of `WKWebKit.convertFilePath`. I didn't knew, there exists such a JS-function now. I already saw here and there the use of `cdvfile://` and that this could...

Yeah thank you, I'm already using the solution with the object urls. I think i will continue using this and wait what will happen in the meantime with cordova-ios and...

Maybe you should read the docs. Eventually you don't need to read the video file. You can use file-urls in your html to embed the video.

It was only a hint, that he in general should read the docs of this plugin first before asking.. Here a link: https://cordova.apache.org/docs/en/latest/reference/cordova-plugin-file/#display-an-image-file In Android you must allow content:-File Links...

Maybe you must allow `cdvfile:` in the default-src of your Content Security Policy. normalizeUrl is from Ionic and works not with cdvfile-urls. And it's only necessary for iOS.

Can you maybe integrate it? I did a polyfill and it was not so much work.