简体   繁体   中英

Ignore Phone's Dial Pad if user clicks text containing numbers

I'm developing a web application to track inventory. Almost done. Just noticed one problem when testing on my phone.

If a user is on his/her phone and selects a part/serial number it brings up the dial pad for the phone.

Is there a tag I could wrap around these to get the phone(s) to ignore their dialpad and treat it as a click.. Other than making them all link's pointing back to the page (#) they are on I've yet to find a way around it.

Anyone have any input? Because this is really annoying and the whole reason I developed this application was so we could use it on our phones out in the field.

Google / StackOverflow Queries returned 0 useful results.

在您网站的<head>

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM