Reply To: Fullscreen Youtube Crash on iPhone

Welcome! Forums Unity Plugins In-App Web Browser Fullscreen Youtube Crash on iPhone Reply To: Fullscreen Youtube Crash on iPhone

#1326
PiotrPiotr
Keymaster

So I checked it and although it’s possible to migrate to WKWebView it means we would have to change solution for C#<->JavaScript communication.
I don’t want to break any existing apps by publishing new version of a plugin.

Any idea how to approach this?
I am thinking about two modes of iOS plugin – old backed by UIWebView and new one by WKWebView.