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