Closed adamnagydev closed 1 year ago
I just came here looking for the same (timing, lol). It looks like this package uses a WKWebView
to render the player view, but unfortunately all of WebKit isn't available on tvOS.
💯 correct @kiliankoe
@adamnagydev as the YouTube Player iFrame API is the only official way to play YouTube videos and therefore requires a WKWebView the YouTubePlayerKit sadly can not support the tvOS platform due to the lack of WebKit availability.
Related Tweet: https://twitter.com/SvenTiigi/status/1630843792390516736
If it helps your usecase @adamnagydev, I just tried and it's possible to deeplink into the YouTube app on tvOS by using the youtube://
scheme, e.g. rewriting https://www.youtube.com/watch?v=LDU_Txk06tM
into youtube://www.youtube.com/watch?v=LDU_Txk06tM
.
Closing this issue due to inactivity. Feel free to re-open the issue at any time.
@kiliankoe thank you! It helped in my use case. 🙏
Is your feature request related to a problem?
Hi!
I really like the implementation and overall the whole framework, but I'm building an AppleTV App and wish to use it there. Is there any plans to make an AppleTV supported implementation?
What solution would you like?
An AppleTV supported version of the framework.
What alternatives have you considered?
-
Any additional context?
No response