YoutubeKit
YoutubeKit copied to clipboard
IPad doesn't load in default video player, but in browser. Works fine on IPhone.
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??

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?
After changing WKWebviewConfiguration.allowsInlineMediaPlayback = false, ipad could run default video player in fullscreen. Not sure for inline play.