HTML [모바일] Input type 속성
페이지 정보
본문
<input type="text"> 기본적인 모바일 키보드
<input type="password"> 기본적인 모바일 키보드
<input type="email"> Email 입력 키보드 // 아이폰 o , 크롬 o , 안드로이드 o , 윈도우폰 x
<input type="tel"> 전화번호 입력 키보드 // 아이폰 o , 크롬 o , 안드로이드 o , 윈도우폰 ?
<input type="number"> 기본적인 숫자 모바일 키보드+ @ / . // 아이폰 x , 크롬 o , 안드로이드 x , 윈도우폰 x
<input type="number" pattern="[0-9]*"> 기본적인 숫자 모바일 키보드 // 아이폰 o , 크롬 o , 안드로이드 o , 윈도우폰 ?
<input type="url"> URL 입력 키보드 // 아이폰 o , 크롬 o , 안드로이드 x , 윈도우폰 ?
<input type="search"> 기본적인 모바일 키보드. 다음(이동) 이 돋보기(검색)로 변경
<input type="text" autocapitalize="off"> 영문 첫글자 대문자 모드 없애기
<input type="text" autocomplete="off"> 자동완성 사용 안하기
<input type="text" autocorrect="off"> 자동교정(?) 사용 안하기
관련자료
http://mrkn.tistory.com/99
http://blog.naver.com/jjjhyeok/20150492216
http://croute.me/348
http://99v.kr/rb/?c=4/17&iframe=Y&uid=94
<input type="password"> 기본적인 모바일 키보드
<input type="email"> Email 입력 키보드 // 아이폰 o , 크롬 o , 안드로이드 o , 윈도우폰 x
<input type="tel"> 전화번호 입력 키보드 // 아이폰 o , 크롬 o , 안드로이드 o , 윈도우폰 ?
<input type="number"> 기본적인 숫자 모바일 키보드+ @ / . // 아이폰 x , 크롬 o , 안드로이드 x , 윈도우폰 x
<input type="number" pattern="[0-9]*"> 기본적인 숫자 모바일 키보드 // 아이폰 o , 크롬 o , 안드로이드 o , 윈도우폰 ?
<input type="url"> URL 입력 키보드 // 아이폰 o , 크롬 o , 안드로이드 x , 윈도우폰 ?
<input type="search"> 기본적인 모바일 키보드. 다음(이동) 이 돋보기(검색)로 변경
<input type="text" autocapitalize="off"> 영문 첫글자 대문자 모드 없애기
<input type="text" autocomplete="off"> 자동완성 사용 안하기
<input type="text" autocorrect="off"> 자동교정(?) 사용 안하기
관련자료
http://mrkn.tistory.com/99
http://blog.naver.com/jjjhyeok/20150492216
http://croute.me/348
http://99v.kr/rb/?c=4/17&iframe=Y&uid=94
댓글목록
등록된 댓글이 없습니다.