Does anyone have an exhaustive list of supported file types for a UIWebView
? I want to check if a file is be supported before trying to display it.
The docs show general cases but I am looking for a list to check against so I don't try to display something I can't. I'd prefer not to have to try every filetype on my own (e.g. for Word .doc is clearly stated, but what about .docx, .docm, etc.). Thanks in advance, links are appreciated!