default mailto in Chrome PDF cuts emails
问题 I'm having a problem with the default mailto in Chrome PDF which is cutting the email address. For example: if my email is "just-me@site.com", when clicking on the email address in the PDF, the email opening will be cut to "me@site.com". The email on the same PDF opened in Firefox works fine. Any idea? 回答1: I have found that URLs in Chrome need to be escaped with htmlspecialchars in some instances, you might give that a try. 来源: https://stackoverflow.com/questions/6056682/default-mailto-in