You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for your report.
I believe that's because <budoux-ja> outputs the translated HTML to its Shadow DOM, which is isolated from the global document. If that's the case, it will be fixed by applying the change to use Light DOM instead Shadow DOM for BudouX Web Components, which is now tracked at #280
Thanks for investigating the issue. Yes, it seems like the root causation.
I will keep this issue open for future reference and to track their advances in fixing the issue.
In the meantime, you may want to consider rendering the BudouX results on the server side.
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: