1

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

MoreScratch
  • 2,933
  • 6
  • 34
  • 65

1 Answers1

0

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

Community
  • 1
  • 1
Munsterlander
  • 1,356
  • 1
  • 16
  • 29