在 WebView 中播放 YouTube 视频

编程入门 行业动态 更新时间:2024-10-23 20:31:09
本文介绍了在 WebView 中播放 YouTube 视频的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

在我的 android 应用程序中,我有一个 WebView 来显示来自我们网站的 html 数据.有时页面会有 youtube 嵌入对象.这在应用程序中没有正确显示.有没有办法在 WebView 中显示/播放 youtube 视频?谢谢.

In my android app I have a WebView to display html data from our website. Sometimes the page will have youtube embed objects. This doesn't show up properly in the app. Is there any way to show/play youtube videos in WebView ? Thanks.

推荐答案

除非在具有 Flash 的设备上,否则您无法将它们嵌入显示.

You cannot show them embedded except perhaps on devices that have Flash.

但是,如果您可以解析出 YouTube 视频详细信息,您就可以构建一个 ACTION_VIEW Intent 将它们显示在 YouTube 应用程序上...那些装有 YouTube 应用程序的 Android 设备.

However, if you can parse out the YouTube video details, you may be able to construct an ACTION_VIEW Intent that will show them on the YouTube application...for those Android devices that have the YouTube application.

您还可以尝试使用 HTML5 的 标签,该标签在浏览器应用程序中受支持,因此可以在 WebView 中使用.

You might also experiment with HTML5's <video> tag, which AFAIK is supported in the Browser application and may therefore work in WebView.

更多推荐

在 WebView 中播放 YouTube 视频

本文发布于:2023-11-23 13:54:57,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1621670.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:视频   WebView   YouTube

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!