自动链接电话号码
我正在使用 autolink="phone",但是,我尝试将其与 3 位数字链接(例如 911,用于紧急呼叫),但它不起作用。链接到拨号器之前是否有最少的数字数量?或者是否有任何快速替代方案可以将紧急号码链接到拨号器?
I am using autolink="phone", but however, I have tried to link it with 3 digits (for e.g. 911, for emergency calls), but it doesn't work. Is there a minimum amount of digit before it can link to the dialer? Or is there any quick alternative out there that I can link the emergency number to the dialer?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
此链接有点回答另一个问题,但可能会解决你的问题。查看“LinkifyPhone”。特别记下
PHONE_NUMBER_MINIMUM_DIGITS = 5
变量。另一个更直接的解决方案是将自动链接设置为“全部”,然后使用一些自己的正则表达式方法。
This link kind of answers another question, but might solve your problem. Check out "LinkifyPhone". Make a special note of the
PHONE_NUMBER_MINIMUM_DIGITS = 5
variable.Another, more direct, solution would be to set autolink to "all", and then have some own regex-method.