Welcome! › Forums › Unity Plugins › In-App Web Browser › Fullscreen Youtube Crash on iPhone › Reply To: Fullscreen Youtube Crash on iPhone
January 24, 2019 at 11:50 am
#1326
Piotr
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.