gpt4 book ai didi

html - 在 html 上使用 mailto,如何在 iOS 中从 Safari 打开电子邮件应用程序?

转载 作者:行者123 更新时间:2023-11-29 11:29:54 25 4
gpt4 key购买 nike

我有一个简单的表单,其中包含一个用于打开电子邮件窗口的按钮。在我的笔记本电脑上,使用 Chrome,一切正常。但在我的 iPhone 上,它无法打开电子邮件应用程序。

这是HTML

<form action="mailto:myemail@hotmail.com" method="post">
<Button type="submit" class="button">Contact Me Now</Button>
</form>

我该如何解决这个问题?

最佳答案

为了解决这个问题,我删除了表单并改用 anchor 标记。

<div class="button">
<a href="mailto:email@hotmail.com">Contact Me Now</a>
</div>

关于html - 在 html 上使用 mailto,如何在 iOS 中从 Safari 打开电子邮件应用程序?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54548365/

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