Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 webview 播放 youtube 视频。这工作正常。但我想试试这个。如何在 android 中使用 iframe 在 Webview 中播放 SD 卡中的视频。
还有其他可能性吗?我可以尝试任何 HTML5 视频标签吗?任何人都可以建议我吗?
如果我在我的设备上安装了 Flash Player 并启用了此类浏览器插件,那么我可以在 webview 中播放 SD 卡中的本地视频吗?
您可以尝试添加自定义 HTML 代码以显示在 webview 中,并使用 HTML5 视频标签来完成此任务。试一试。