NO BUG: Email and Numbers are underlined and clickable in iphone chrome browser

Browser: Chrome 110
OS: macOS / Windows / Linux / etc.
URL: Link to a page that illustrates this issue
Video: Short screen recording that illustrates this issue (free tool: jam.dev)

Hello bricks team,

In Chrome-iPhone, gmails have underlines, while in other browsers there is no similar problem.

gmail

Hi Jolia,
Thanks so much for your report!

This is obviously a chrome feature, as it underlines not only email addresses (and makes them clickable even if they are not linked), but also numbers, as it assumes they should be clickable.

There are multiple meta tags (with different purposes) you can add to Bricks » Settings » Custom Code » Header Scripts to prevent this:

<meta name="format-detection" content="telephone=no"/>
<meta name="format-detection" content="email=no" />
<meta name="chrome" content="nointentdetection">

Best regards,
timmse

1 Like