ios - Stop wkWebView sound when dismissing containing viewController -


in view controller have wkwebview play video sound

when dismiss the view controller using:

self.presentingviewcontroller?.dismissviewcontrolleranimated(true, completion: nil) 

the video sounf still play.

how can stop it?


Comments

Popular posts from this blog

How has firefox/gecko HTML+CSS rendering changed in version 38? -

javascript - Complex json ng-repeat -

jquery - Cloning of rows and columns from the old table into the new with colSpan and rowSpan -