Is there a good way to play youtube video with com...
# compose
t
Is there a good way to play youtube video with compose? I tried youtube lib but it throws
Copy code
java.lang.IllegalStateException: A YouTubePlayerView can only be created with an Activity  which extends YouTubeBaseActivity as its context.
I don’t want my main activity to extend the
YouTubeBaseActivity
so I’m using embedded player using iframe with WebView. I don’t know if it’s a good idea.