일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- golang
- UnBuffered channel
- apollo router
- Kubernetes
- 오블완
- 사설 ip
- 컴포지트패턴
- http 413
- Golines
- elasticsearch
- body size
- notification system
- 대규모 시스템 설계
- go
- 배포 파이프라인
- 배포 프로세스
- 디자인패턴
- 티스토리챌린지
- System Design
- Buffered channel
- gitops
- GoF
- Intellij
- AWS
- 윈도우키보드
- GoF 디자인패턴
- Infra
- goland
- intellij ide
- Logrus
Archives
- Today
- Total
Fall in IT.
ionic ios에서 숫자에 underline 제거 방법 본문
반응형
안녕하세요.
오늘은 Ionic Framework에서 IOS에서만 숫자 밑에 밑줄(underline)이 생기는 문제를 해결하는 방법에
대해서 알아보도록 하겠습니다.
IOS에서 밑줄 없애는 방법
- CSS나 DOM 조작 없이, 최상위 html 파일의 meta 태그를 사용하여 해결 합니다.
- <meta name="format-detection" content="telephone=no">
참조
반응형
'프레임워크 > Ionic Framework' 카테고리의 다른 글
Ionic3 Background Mode plugin 이슈 해결 (0) | 2017.12.25 |
---|---|
ionic 3 build --prod error Can't resolve './app.module.ngfactory' 해결법 (0) | 2017.12.02 |
Ionic 3에서 Moment.js 사용방법 (0) | 2017.11.27 |
ionic build error code 69 해결방법 (0) | 2016.09.20 |
ionic 프레임워크 소개 (0) | 2016.09.01 |
Comments