WKWebView embed video keeps playing sound after release

前端 未结 3 1860

I\'m implementing a service for playing video files with a webview. I migrated from UIWebView to WKWebView, and trying to play Youtube and Coub videos with it. Almost everyt

3条回答
  •  孤街浪徒
    2021-01-03 02:22

    You can load blank page [NSURL URLWithString:@"about:blank"]

    There is probably better solution though

    UPDATE: fixed in iOS 8.3

提交回复
热议问题