Stop wkWebView sound when dismissing containing viewController

1k views Asked by At

In my view controller i have a WKWebView which play video with sound

When i dismiss the the view controller using:

self.presentingViewController?.dismissViewControllerAnimated(true, completion: nil)

The video sounf still play.

How can i stop it?

0

There are 0 answers