Skip to content Skip to sidebar Skip to footer

Youtube Video Not Showing In Webview

I am new to android. Can anyone please tell how to play youtube video. My requirement is the video should display in the 'WebView' initially and on tapping that, the video should g

Solution 1:

Maybe this helps, I came accross this post: link

And indeed, I basically only needed to add to the application manifest xml:

android:hardwareAccelerated="true"

And voila, even the youtube video's started playing

Only available from Android 3.0 (API level 11)

Post a Comment for "Youtube Video Not Showing In Webview"