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;
Comments
Post a Comment