标签: android html5 video tags
我想点击列表项在webview中播放youtube视频。 任何人都可以让我知道如何使用HTML5的标签 在android。
-rajani
答案 0 :(得分:0)
使用<iframe>:
<iframe>
id
src
width
height
示例:
<iframe width="420" height="315" src="https://www.youtube.com/embed/whatever"></iframe>