Search code examples
iphoneandroidvideoyoutubewebos

Can YouTube be embedded in Android Applications? How about WebOS or Blackberry?


Can YouTube videos be played from within an AndroidOS without launching the separate YouTube player? How about WebOS or Blackberry?

On the iPhone I can do this with a WebView and the embedded YouTube code and I'm weighing the possibility of porting my app to other mobile platforms. Thanks


Solution

  • Yes. webview.setPluginsEnabled(true);