Here is the code- (void)loadUrlWithString:(NSString *)path { NSURL *url = [NSURL fileURLWithPath:path]; NSURLRequest *request = [NSURLRequest requestWithURL:url]; [self.webView loadRequest:request]; }The path is right. I could open this document with msword or pages.And these words shows on UIWebview finally Unable to Read Document An error occurred while reading the documentJust this file , other documents (.doc) are fine.sorry for my poor English
1
0
455