I want to play youtube video in webview on click of list items. Can anybody let me know in detail how can I use tag of HTML5 in android.
-rajani
Use <iframe> :
id<iframe> element in your web pagesrc attribute point to the video URLwidth and height attributes to specify the dimension of the playerExample:
<iframe width="420" height="315" src="https://www.youtube.com/embed/whatever"></iframe>