Disable UIWebView to play video in MPMoviePlayerController

298 Views Asked by At

I am trying to avoid auto video playing in MPMoviePlayerController is there any possible way to stop webview not to load video in full screen and MPMoviePlayerController ? I used this codes in viewDidLoad but still no success !

    webView.mediaPlaybackRequiresUserAction = true
    webView.allowsInlineMediaPlayback = false
0

There are 0 best solutions below