MithunReddy / remail-iphone

Automatically exported from code.google.com/p/remail-iphone
0 stars 0 forks source link

Word docx Attachment Issues #15

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Email yourself a Word 2007 or greater (docx) file 
2. In reMail the attachment will be in a grey button as a doc file would be
3. (I edited AttachmentViewController and got the type set/button working)
4. UIWebView throws an error: didFailLoadWithError: Error 
Domain=WebKitErrorDomain Code=102 UserInfo=0x5b1b80 "Frame load 
interrupted"

What is the expected output? What do you see instead?
Hope to open Word (and this maybe the same for the new Excel files too)

What version of the product are you using? On what operating system?
Latest - just pulled down again to test again. Built for 3.0, 3.1.3 same

Please provide any additional information below.

Original issue reported on code.google.com by rocxs...@gmail.com on 23 Mar 2010 at 8:28

GoogleCodeExporter commented 8 years ago
Just to clarify on step 2 with the docx attachment the name was NOT in a button 
while a 
doc attachment was. I did step 3 to get the docx in a button.

Original comment by rocxs...@gmail.com on 23 Mar 2010 at 8:41

GoogleCodeExporter commented 8 years ago
Can Mail.app on the iPhone open docx attachments?

Original comment by ga...@google.com on 24 Mar 2010 at 4:43

GoogleCodeExporter commented 8 years ago
First Gabor - nice work here - I am surprised at the amount of code!
Yes that is what I had tested with. I haven't done extensive testing - simple 
docx files. I 
am not sure if I have a MIME issue or that UIWebView can not open docx files. I 
googled 
a bunch but surprisingly did not have good luck checking into UIWebView etc. 
Perhaps a 
custom reader but I don't have time for that right now.

Original comment by rocxs...@gmail.com on 24 Mar 2010 at 5:11

GoogleCodeExporter commented 8 years ago
The Domain=WebKitErrorDomain Code=102 UserInfo=0x5b1b80 "Frame load 
interrupted error is problem of extension.

ex) if your saved attach file name is "01-22334" 
please change "01-22334.docx". 

yes. the error code is extension issue

Original comment by ksNam1...@gmail.com on 16 Mar 2011 at 4:10