-
Notifications
You must be signed in to change notification settings - Fork 35
Numbers become <a href="tel:">links even if <meta name="format-detection" content="telephone=no"> is set on iOS #284
New issue
Have a que 8000 stion about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Thanks for your report. |
Thank you. I understand about the style as it's a specification of ShadowDOM. Regarding |
The DOMParser issue was already reported to WebKit Bugzilla. |
Thanks for investigating the issue. Yes, it seems like the root causation. |
By setting
<meta name="format-detection" content="telephone=no">
, numbers such as phone numbers become text on iOS.However, the
"telephone=no"
setting does not work for text in<budoux>
, and numbers such as phone numbers become<a href="tel:">
.Is this an iOS issue or a budoux issue?
Sample:
https://codepen.io/rhsk/full/RwEVLBa
The text was updated successfully, but these errors were encountered: