ios - Disable Youtube autoplay in WkWebView

2020-03-30 07:49发布

问题:

I'm using WKWebView to open pages in Youtube. Problem is that on opening they start playing videos and go fullscreen, which is not wanted behavior. Videos are not embeded, it's whole pages with description, comments etc..

Is there a way to stop them playing?

回答1:

It works. Please read comments.

import UIKit
import WebKit
import RxSwift

class WebViewController: UIViewController {

    let webview: WKWebView

    init() {
        //