How to set blue phone links/anchors to another color on iPad/Safari? -


i've created site , phone number on top of screen brown through css, when i'm opening in ipad becomes blue, know there functonality call around it, how can change it's behavior (just change color)?

add meta head tag:

<meta name="format-detection" content="telephone=no"> 

but, if using objective-c (loading html on uiwebview) , want prevent phone detection on pages can set:

_webview.datadetectortypes = uidatadetectortypenone; 

Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -