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 支持的文件格式


基础教程推荐
- Cocos2d iPhone 非矩形精灵触摸检测 2022-01-01
- AdMob 广告未在模拟器中显示 2022-01-01
- 如何从 logcat 中删除旧数据? 2022-01-01
- iPhone - 获取给定地点/时区的当前日期和时间并将其与同一地点的另一个日期/时间进行比较的正确方法 2022-01-01
- iOS4 创建后台定时器 2022-01-01
- navigator.geolocation.getCurrentPosition 在 Android 浏览器上 2022-01-01
- NSString intValue 不能用于检索电话号码 2022-01-01
- Android:getLastKnownLocation(LocationManager.NETWORK_PROVIDER 2022-01-01
- libGDX 从精灵或纹理中获取像素颜色 2022-01-01
- 通过重定向链接在 Google Play 中打开应用 2022-01-01