File Formats Supported by UIWebView(UIWebView 支持的文件格式)
问题描述
UIWebView 支持的所有文件格式有哪些?在我的测试中,我发现它支持 XLS、DOC、PPT、PDF 但不支持 XLSX 和 DOCX、RTF.
What are all the file formats supported by UIWebView? In my testing, I found that it supports XLS, DOC, PPT, PDF but not XLSX, and DOCX, RTF.
它支持图片文件,如 JPG、PNG、GIF、BMP,不确定 TIFF 或
It supports image files like, JPG, PNG, GIF, BMP, not sure about TIFF or
确切地说,所有类型都支持什么还不清楚……
Exactly, what all types are supported is not clear...
UIWebView 文档也没有明确说明.
The UIWebView documentation also doesn't state it clearly.
有人可以帮忙吗?
推荐答案
技术说明可在 Apple 网站 关于 UIWebView
支持的文件格式:
A Technical note is available on Apple Website about file formats supported by UIWebView
:
自iPhone OS 2.2.1
- Excel (.xls)
- 主题演讲 (.key.zip)
- 数字 (.numbers.zip)
- 页面 (.pages.zip)
- PDF (.pdf)
- PowerPoint (.ppt)
- Word (.doc)
自iPhone OS 3.0
- 富文本格式 (.rtf)
- 富文本格式目录 (.rtfd.zip)
- 09 年主题演讲 (.key)
- 数字 '09 (.numbers)
- Pages '09 (.pages)
这篇关于UIWebView 支持的文件格式的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:UIWebView 支持的文件格式
基础教程推荐
- Android:对话框关闭而不调用关闭 2022-01-01
- 如何在 UIImageView 中异步加载图像? 2022-01-01
- android 应用程序已发布,但在 google play 中找不到 2022-01-01
- 当从同一个组件调用时,两个 IBAction 触发的顺序是什么? 2022-01-01
- UIWebView 委托方法 shouldStartLoadWithRequest:在 WKWebView 中等效? 2022-01-01
- Kivy Buildozer 无法构建 apk,命令失败:./distribute.sh -m “kivy"d 2022-01-01
- 如何在 iPhone 上显示来自 API 的 HTML 文本? 2022-01-01
- 如何让对象对 Cocos2D 中的触摸做出反应? 2022-01-01
- 在 gmail 中为 ios 应用程序检索朋友的朋友 2022-01-01
- 如何在没有IB的情况下将2个按钮添加到右侧的UINavigationbar? 2022-01-01