If I have a UIWebView with mediaPlaybackRequiresUserAction = YES , then later in my application, create a new UIWebView and set mediaPlaybackRequiresUserAction = NO on it, it will also change the value of this property in the first instance.
eg. I have a UIWebView and then the second (t20) text (for an ad), changing the mediaPlaybackRequiresUserAction in the modal webView affects the presentation of the UIWebView .
Any ideas why this is so? Are all UIWebViews supported by a single instance?
Link to the sample project here .
ios objective-c uiwebview
Senior
source share