OnsenUI ons-list-item 有时在 iOS 中装饰
OnsenUI ons-list-item is sometimes decorated in iOS
有时,但并非总是如此,onsen-list-item 中的文本是经过修饰的。它只发生在 iOS 中的地址。我在下面附上了截图。有什么办法可以避免这种情况吗?
答案在这里:How to disable phone number linking in Mobile Safari?
基本上,您需要:<meta name="format-detection" content="telephone=no">
然后您可以使用此处定义的 tel uri 显式设置电话号码:https://developer.apple.com/library/safari/featuredarticles/iPhoneURLScheme_Reference/PhoneLinks/PhoneLinks.html#//apple_ref/doc/uid/TP40007899-CH6-SW1
有时,但并非总是如此,onsen-list-item 中的文本是经过修饰的。它只发生在 iOS 中的地址。我在下面附上了截图。有什么办法可以避免这种情况吗?
答案在这里:How to disable phone number linking in Mobile Safari?
基本上,您需要:<meta name="format-detection" content="telephone=no">
然后您可以使用此处定义的 tel uri 显式设置电话号码:https://developer.apple.com/library/safari/featuredarticles/iPhoneURLScheme_Reference/PhoneLinks/PhoneLinks.html#//apple_ref/doc/uid/TP40007899-CH6-SW1