Home > Mobile >  How to play Youtube Video in my app without using Webview
How to play Youtube Video in my app without using Webview

Time:12-14

I cant use WebView, please help me

I will try my best & I hope I can solve it here.

CodePudding user response:

check out official release of YouTube Android Player API, which plays yt videos natively, without any web-side

and if you want/need web player, but you can't use WebView - you may implement "FirefoxView", web engine used by Mozilla in their Android software, not related to Chromium at all, called GeckoView

CodePudding user response:

You can use lib from opensource: link

  • Related