UIwebview
SAP からのドキュメントを .doc、.xls、.pdf などのさまざまな形式で iPad に表示するために使用しています。webview で添付ファイルとして .msg/.elm (メール ファイル) を表示する際に問題に直面しています。.msg ファイルは、他のドキュメントと同様に SAP に添付ファイルとしてアップロードされています。私たちが得ている正確なエラーは、このようなものです
2012-08-09 12:19:56.311 Appname[62035:15203] Error loading attachment
Error Domain=WebKitErrorDomain Code=102 "Frame load interrupted" UserInfo=0x13041dc0 {NSErrorFailingURLKey=file:///Users/Admin/Library/Application%20Support/iPhone%20Simulator/5.0/Applications/190DB7F1-F0EF-4333-A802-B07A71B989BC/Documents/State%20of%20the%20Viacom%20Business.msg, NSErrorFailingURLStringKey=file:///Users/Admin/Library/Application%20Support/iPhone%20Simulator/5.0/Applications/190DB7F1-F0EF-4333-A802-B07A71B989BC/Documents/State%20of%20the%20Viacom%20Business.msg, NSLocalizedDescription=Frame load interrupted}
2012-08-09 12:19:56.312 Appname[62035:17503] void SendDelegateMessage(NSInvocation*): delegate (webView:decidePolicyForMIMEType:request:frame:decisionListener:) failed to return after waiting 10 seconds. main run loop mode: kCFRunLoopDefaultMode
uiwebview は .msg ファイル形式をサポートしていますか? そうでない場合は、どうすればよいでしょうか。
ありがとう !!