I'm using WKWebView for loading an youtube page. I need to detect the video starts playing in the webview in inline mode and in the full screen mode. I tried MPMoviePlayerController Notifiers but they are not calling. But the same is working in UIWebView. So my question is,
- Is there any difference in the video playing mechanism used in UIWebView and WKWebView ?
- Why MPMoviePlayerController Notifiers are not calling in WKWebView ?
- Is there any method to detect the video play in WKWebView ?
- Or is there any method to detect whether the user has tapped the video play button ?