Pliable Pixels
Pliable Pixels
@menglol Yes, someone else (Peter Stegnar) had implemented the fix and I just applied it. The forked repo is [here](https://github.com/pliablepixels/cordova-plugin-ionic-webview). Specifically, [this](https://github.com/pliablepixels/cordova-plugin-ionic-webview/blob/03312d10c5bc49501640c7d90f04fe0e94aec3fe/src/ios/CDVWKWebViewEngine.m#L147-L154) is the change that needs to be applied.
@menglol yes, you also need the following: - Add `NSAllowsArbitraryLoads` to your plist. I do it [this way ](https://github.com/pliablepixels/zmNinja/blob/master/config.xml#L49-L54) using [this](https://github.com/dpa99c/cordova-custom-config) plugin, but cordova now has native support for custom...
@ghenry22 no, I gave up on trying to make WkWebView work on Android for exactly the same reasons you sight (my install base uses self signed certificates and playing videos...
@iget-master if you read the comments above, there are suggested workarounds.
Yup I was going to say the same thing. I recall trying that several months ago and installing the self signed cert did not help. I've continued to use the...
I came here from the ZM forum where you posted about this question. Given that amazon supports the MJPEG codec, I think using something like[ VLC to stream the MJPEG...
@goruck Sounds good. Yes amazon lists MJPEG codec as supported but inside an RTSP stream @carteriii My comments are not unrelated to the project at all. If MJpeg streams can...
@zldrobit @glenn-jocher is there a repo that holds links to the latest compiled yolov5 weights specifically for edgeTPU? It looks like things are evolving reading the thread above. I develop...
Issue moved to the right repo. Thanks @zldrobit
FYI, since https://github.com/terikon/cordova-plugin-photo-library/issues/163#issuecomment-485805403 was posted, the forked repo (@nilebma) merged a change that bumped up cordova swift support requirement to `2.0.2`, so the suggested solution doesn't compile. To fix this,...