Loading local file in WKWebView doesn't working in device
问题 I can't load local epub file (from document directory) in wkwebview. It's working in simulator but not in device. I learned that it's a bug for iOS 8 from here. Is it already solved for iOS 8 ? Please help me what should i do. I got error in device as - The operation couldn't be completed. (KCFErrorDomainCFNetwork error 1.) Here is code snippet - -(void)viewWillDisappear:(BOOL)animated { [super viewWillDisappear:animated]; [self.webView removeObserver:self forKeyPath:@"loading"]; [self