iphone - iOS - Turning my Dates into Hyperlinks -
for reason not find on topic. i'm not 1 having issue, perhaps i'm not using correct search terms.
my problem ios turning strings (i have dates display fields).
for example: 10/4/2011, 12/6/2001 turn hyperlinks (of course don't go anywhere), can select them , try add contacts or copy. i'd string not hot.
what's super strange 10/18/2011 isn't hot, guess pattern (starts 1 , has 9 characters, similar phone number)
any ideas?
edit: sorry folks should have mentioned displaying data within browser.
this tag in header might work. stops numbers behaving phone number or address.
<meta name="format-detection" content="telephone=no">
if doesn't work, try these also:
<meta name="format-detection" content="date=no"> <meta name="format-detection" content="address=no">
Comments
Post a Comment