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

前端 未结 9 757
我在风中等你
我在风中等你 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:16

    For dates & addresses, you could disrupt the data recognition pattern matching by inserting e.g. a zero width entity. E.g.,

    M​arch 30, 2013
    

    Tested on iOS Mail 4.3 and 6.0.

提交回复
热议问题