如何在为 Android 共享提供的消息中获取换行符

发布于 2024-10-21 21:18:00 字数 120 浏览 7 评论 0原文

Android 共享意图采用字符串作为主体。

如何引入换行符? Gmail 默认情况下似乎采用纯文本,因此我无法在共享消息中看到任何换行符。

\n、

和 0x0A 都不起作用。

Android Sharing Intent takes a string for the body.

How do you introduce a line break? Gmail appears to do plain text by default, and so I can't get any line breaks in my sharing message.

\n,
, <br />, and 0x0A all don't work.

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

喜爱皱眉﹌ 2024-10-28 21:18:00

好吧 \n 确实有效。如果将共享意图 setType 更改为 text\html,则 < br/>.

我的问题是由 HTML 模板内部的问题引起的,然后通过 PhoneGap 共享插件发送。

Okay \n does indeed work. And if you change the sharing intent setType to text\html, then < br />.

My problem was caused by issues inside HTML templating and then sent through a phonegap sharing plugin.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文