可以最小化邮件中的单页附件吗?

发布于 2024-11-15 16:34:40 字数 339 浏览 4 评论 0原文

我有一个 iOS 应用程序,它使用本地创建的 Mail.app 帐户来发送电子邮件,并且我附加了一些 PDF 文档。

我发现,如果文档是一页长,当我调用 [myMailComposer addAttachmentData:data mimeType:theMimeType fileName: fileName]; 时,整个文档实际上会插入到邮件中,但是如果文档>1 页,则创建缩略图。

有没有办法强制创建缩略图或优雅地隐藏文档,或者普通 iOS 用户是否知道点击并按住一页文档来启动“快速查看”? (这只发生在 iPad 上 - iPhone 上总是缩略图)

提前感谢您的任何建议。

I have an iOS app which uses the locally-created Mail.app account to send emails with, and I am attaching a few PDF documents.

I have found that if the document is one-page long, when I call [myMailComposer addAttachmentData:data mimeType:theMimeType fileName: fileName]; then the whole document is literally inserted into the mail, but if the document is >1 page then a thumbnail is created.

Is there a way of forcing thumbnail creation or elegantly hiding the document from view, or will the average iOS user know to tap and hold down on the 1-page document to launch 'quick look'? (this only occurs on an iPad - always thumbnails on an iPhone)

Thanks in advance for any advice.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文