gpt4 book ai didi

android - Android 上电子邮件中的 HTML 链接

转载 作者:行者123 更新时间:2023-11-30 01:33:21 24 4
gpt4 key购买 nike

所以,我一直在努力让它在 Android 上正常工作,但由于某种原因,发送的邮件没有链接。这适用于 iOS。

var emailDialog = Titanium.UI.createEmailDialog();

if (emailDialog.isSupported()) {
emailDialog.subject = 'Sharing my app';
emailDialog.messageBody = 'I want to share with you my app.<br/><br/>Download it to your mobile device to:<br/><br/>• Access cool stuff<br/>• Personalize stuff<br/>• Do even more stuff<br/>• Share content<br/><br/>Visit <a href="https://play.google.com/store/apps/details?id=testigtime&hl=en">Google Play Store</a> or the <a href="https://itunes.apple.com/en/genre/ios/">Apple App Store</a> to download My App for phone or tablet now.<br/><br/>Best,<br/>[Name]';
emailDialog.html = true;
emailDialog.open();
}

如您所见,有两个链接。这会正确弹出邮件对话框,它甚至将文本 Google Play Store 和 Apple App Store 显示为蓝色链接。一旦我点击发送并查看它是如何进行的,它似乎完全删除了链接。有人可以帮忙吗?

最佳答案

这似乎与您在 this answer 中建议使用的 Android 电子邮件客户端有关.

我建议您安装一个替代(前沿)电子邮件应用程序,看看是否可以解决问题。然后我们确定它是默认的 Android 电子邮件客户端。如果没有,那么可能值得创建一个 Appcelerator JIRA 票证来对此进行调查。

您使用的是哪个 Android 版本?

关于android - Android 上电子邮件中的 HTML 链接,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35473258/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com