HTMLㆍ웹표준ㆍ 웹접근성
모바일에서 넘버로 구성된 텍스트 컬러 나오지 않을때... 메타태그 코드
jaiyah
2015. 2. 15. 21:25
ㆍ 모바일에서 tel 넘버의 css font 컬러가 제대로 랜더링 되지 않을때 아래 메타코드를 적어주면 해결.
<meta name='format-detection' content='telephone=no'>
Jaehee's WebClub