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? -

c# - Where does the .ToList() go in LINQ query result -

android - CollapsingToolbarLayout: position the ExpandedText programmatically -