How to remove a auto hyperlinked phone number from Microsoft Edge

谁说胖子不能爱 提交于 2019-12-01 21:31:46
el_stack

The solution that works for iOS devices also works for Microsoft Edge.

Adding the meta tag,

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

will prevent the DOM document from being modified when parsed by the browser.

See: https://developer.apple.com/library/safari/featuredarticles/iPhoneURLScheme_Reference/PhoneLinks/PhoneLinks.html and How to remove phone number link on Iphone?

MSDN reference link: https://msdn.microsoft.com/en-us/library/dn265018(v=vs.85).aspx

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!