Android 中WebView中video視頻自動播放


轉載於https://juejin.im/post/5d5ac7eb51882562744fae37

如果有使用過AndroidWebView 播放視頻的伙伴們一定會發現,

在點開視頻網頁的時候並沒有自動播,

這時候如果要實現打開網頁自動播放視頻的話該怎么做呢?

webView.getSettings().setMediaPlaybackRequiresUserGesture(false);

一句話解決

查看源碼

    /**
     * Sets whether the WebView requires a user gesture to play media.
     * The default is {@code true}.
     *
     * @param require whether the WebView requires a user gesture to play media
     */
    public abstract void setMediaPlaybackRequiresUserGesture(boolean require);

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM