input number 숫자만 입력받기 아이폰 예외처리

  • wnrtnsdl2
  • 2015.03.12 19:57:15
  • 0

모바일웹에서 <input type="number" /> 가 안드로이드에서는 잘 되는데 

ios 계열에서는 안되는 현상 발생.

즉시 구글에서 찾아봄.

<input type="number" pattern="[0-9]*" inputmode="numeric" min="0" />

이렇게 해결

TagList

  • Doesn't exist

AttachmentFile List

  • Doesn't exist
목록으로 돌아가기
Write a comment