Android 4.* native `audio` and `video` controls bug

android 4.*버전의 android 브라우저에서 -webkit-appearance사용시 video태그의 기본 컨트롤의 스타일이 무너지는 현상

html 셀렉터를 이용하여 해결필요
[css]
html input[type="button"] {
-webkit-appearance: none
}
[/css]

Published by Bathory

안녕하세요.

Leave a comment

댓글 남기기