codeigniter - How not to trigger phone call when click a number? -


i using codeigniter bootstrap. in mobile(mine iphone), browser tries trigger number phone call. didn't use html tags "tel:" how can prevent it? thank you.

you can use format-detection meta tag key.

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

more information , more, here;

https://developer.apple.com/library/safari/documentation/appleapplications/reference/safarihtmlref/articles/metatags.html


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - How can I echo out this array? -

javascript - IE11 incompatibility with jQuery's 'readonly'? -