Chrome PDF 中的默认 mailto 会剪切电子邮件
我在 Chrome PDF 中的默认 mailto 中遇到问题,它会剪切电子邮件地址。 例如:如果我的电子邮件是“[email protected]”,则单击时在 PDF 中的电子邮件地址上,电子邮件开头将被剪切为“[电子邮件受保护]"。
在 Firefox 中打开同一 PDF 的电子邮件工作正常。
有什么想法吗?
I'm having a problem with the default mailto in Chrome PDF which is cutting the email address.
For example: if my email is "[email protected]", when clicking on the email address in the PDF, the email opening will be cut to "[email protected]".
The email on the same PDF opened in Firefox works fine.
Any idea?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我发现 Chrome 中的 URL 在某些情况下需要使用 htmlspecialchars 进行转义,你可以尝试一下。
I have found that URLs in Chrome need to be escaped with htmlspecialchars in some instances, you might give that a try.