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

javascript - three.js lot of meshes optimization -

smartface.io - Proper way to change color scheme for whole application -

Email notification in google apps script -