Mobile Safari/ iPhone Mail.app HTML design issues: prevent autolinking and styling auto-links (dates, addresses, etc.)

前端 未结 9 788
我在风中等你
我在风中等你 2020-12-08 07:40

i am trying to design an HTML e-mail that should also look good when it is read on mobile devices. My biggest problems are with the iPhone (iOS 4): its mostly undocumented \

9条回答
  •  庸人自扰
    2020-12-08 08:08

    I don't think you can disable auto linking for addresses and dates like you do with phone numbers, at least it is not in the Apple's official documentation, the Safari HTML Reference.

    A hack to try to prevent auto linking is to use some redundant tags in the content. For example, instead of writing out

    +61 3 777 8888
    , you could do something like
    +61 3 777 8888
    . It's not very elegant, but it might achieve what you want.

提交回复
热议问题