I\'m implementing a service for playing video files with a webview. I migrated from UIWebView to WKWebView, and trying to play Youtube and Coub videos with it. Almost everyt
You can load blank page [NSURL URLWithString:@"about:blank"]
[NSURL URLWithString:@"about:blank"]
There is probably better solution though
UPDATE: fixed in iOS 8.3