我想知道所有 android 驱动的设备是否都有嵌入式 youtube 视频播放器,因为我想通过传递 vnd 意图使用 javascript 界面从 webview 播放 youtube 视频,我很难在我的 webview 中播放 youtube 视频。
谢谢
对于具有 Google Play 服务的应用程序,它们可以支持 youtube 应用程序,因此您可以使用新的 API 从您的应用程序实例化它 - https://developers.google.com/youtube/android/player/
还有一个 iFrame API(需要 HTML5 支持)https://developers.google.com/youtube/iframe_api_reference和一个 Javascript API(需要浏览器支持 Flash)https://developers.google.com/youtube/js_api_reference