-1

I need to find the list of file formats supported by uiwebview from ios 6.0 so that i can ignore the unsupported formats.

sams58
  • 45
  • 8
  • Is xlsx format supported in uiwebview? – sams58 Jul 12 '13 at 04:43
  • the doc i linked says `xls` is, but there is no mention of xslx – justin Jul 12 '13 at 04:44
  • @justin Thanks for the link...It refers to formats supported in ios 3.0....Any new formats are supported?Im getting crashes when i try to open some xlsx documents...not all....Why is this inconsistency? – sams58 Jul 12 '13 at 05:17
  • I'd assume they have not added new formats since then; that the doc is up to date. doesn't it work if you save it in a supported format, such as xls? if not, maybe console messages can guide you. i'd just start with a supported format. – justin Jul 12 '13 at 06:05
  • Got it.I was trying to work with unsupported formats like odt,xlsx etc so i was getting an uneven response with such documents.Many of them were displaying correctly while some files tends to crash. – sams58 Jul 12 '13 at 06:20
  • Any idea on the video formats supported by UIWebview? – sams58 Aug 02 '13 at 10:30
  • try ".mov, .mp4, .m4v, and .3gp" – justin Aug 02 '13 at 17:17

2 Answers2

2

Looks like this is the latest list:

https://developer.apple.com/library/ios/#qa/qa2008/qa1630.html

justin
  • 104,054
  • 14
  • 179
  • 226
1

Check out Apples documentation...

http://developer.apple.com/library/ios/#qa/qa1630/_index.html#//apple_ref/doc/uid/DTS40008749

SEG
  • 1,717
  • 1
  • 18
  • 33