Search code examples
jqueryonsen-uimonaca

OnsenUI ons-list-item is sometimes decorated in iOS


Sometimes, but not always, the text in an onsen-list-item is decorated. It only happens with addresses in iOS. I have attached a screenshot below. Is there a way to prevent this?App Screenshot


Solution

  • The answer is here: How to disable phone number linking in Mobile Safari?

    Basically, you need: <meta name="format-detection" content="telephone=no">

    Then you can explicitly set telephone numbers with the tel uri as defined here: https://developer.apple.com/library/safari/featuredarticles/iPhoneURLScheme_Reference/PhoneLinks/PhoneLinks.html#//apple_ref/doc/uid/TP40007899-CH6-SW1