Stop iPad and iOS devices formatting numbers on webpage

An iOS will automatically see some numbers as telephone numbers and will format the number bypassing any css styling your website might have. You can stop this by altering the Apple specific meta tags. Place the code below in the head section of your webpage.

<meta name="format-detection" content="telephone=no">

Leave a Reply

Your email address will not be published. Required fields are marked *