YoutubeKit icon indicating copy to clipboard operation
YoutubeKit copied to clipboard

IPad doesn't load in default video player, but in browser. Works fine on IPhone.

Open TonyNikolov opened this issue 7 years ago • 2 comments

This can easily be recreated, with a new project and copy pasting the code from the example. I initially tested it on the Example project and it loaded using the default video player on IPad and IPhone. There appears to be something different about the Example Project and i cant figure it out, could anyone help out??

TonyNikolov avatar Aug 02 '18 12:08 TonyNikolov

Why does it open only on iphone and not in ipad? For me, it did not even load the browser in ipad. Can you give me suggestions on this?

RebeccaCurties avatar Apr 08 '19 11:04 RebeccaCurties

After changing WKWebviewConfiguration.allowsInlineMediaPlayback = false, ipad could run default video player in fullscreen. Not sure for inline play.

ericlsh avatar Aug 21 '19 01:08 ericlsh