Wednesday, January 15, 2014

UIWebView open word document insufficiency.

- (Void) webViewDidStartLoad: (UIWebView *) webView {

}
- (Void) webView: (UIWebView *) webView didFailLoadWithError: (NSError *) error {

}
- (Void) scrollViewDidScroll: (UIScrollView *) scrollView {
}
- (Void) webViewDidFinishLoad: (UIWebView *) webView {

}

When the content exceeds 20M, will not open. Shows up only a little content.
Does not call webViewDidFinishLoad methods.

word content of less than 10M, can all be open.
Method calls webViewDidFinishLoad
Reply:
To help individuals oh.
Reply:
No solution, unless they resolve OpenPackage format for rendering, the recommended practice is still the front-end first convert into pdf

No comments:

Post a Comment