【问题标题】:Cannot play Vimeo video inside Android webview无法在 Android webview 中播放 Vimeo 视频
【发布时间】:2019-06-07 14:17:43
【问题描述】:

我正在 Android 的 WebView 中显示一个网页。该页面包含来自 Vimeo 的嵌入视频。

但是当我尝试在 WebView 中显示页面时,视频区域显示为空白。 在日志中,我看到以下日志:

W/VideoCapabilities:视频/hevc 的配置文件 4 无法识别

W/VideoCapabilities:视频/avc 的配置文件 2130706433 无法识别

使用 Chrome 打开网页时视频显示正常。

【问题讨论】:

    标签: android android-webview vimeo


    【解决方案1】:

    您是否为可能导致 XSS 漏洞的 WebView 注释启用了 Javascript。

    WebView myWebView = (WebView) findViewById(R.id.webview);
    WebSettings webSettings = myWebView.getSettings();
    webSettings.setJavaScriptEnabled(true);
    

    【讨论】:

    • 很好的答案@n3dx!非常感谢:)
    猜你喜欢
    • 1970-01-01
    • 2012-02-20
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2016-12-28
    • 2013-05-18
    • 2013-04-06
    相关资源
    最近更新 更多