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

sql - text truncated using perl DBI insert -

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

php - Pass object by reference or value -