We can open downloaded documents in the UIWebView for displaying. To get the better display, we need to use the below MIME types while loading data in UIWebView.
File Type | MIME Type |
ppt/pptx | application/vnd.openxmlformats-officedocument.presentationml.presentation |
docx | application/vnd.openxmlformats-officedocument.wordprocessingml.document |
doc | application/msword |
rtf | application/rtf |
txt | text/plain |
aspx | application/octet-stream |
application/pdf | |
image | image/png, image/jpeg etc.. |
Hope this post is useful. Feel free to comment in case of any queries.
No comments:
Post a Comment