android 4.*버전의 android 브라우저에서 -webkit-appearance
사용시 video태그의 기본 컨트롤의 스타일이 무너지는 현상
html 셀렉터를 이용하여 해결필요
[css]
html input[type="button"] {
-webkit-appearance: none
}
[/css]
android 4.*버전의 android 브라우저에서 -webkit-appearance
사용시 video태그의 기본 컨트롤의 스타일이 무너지는 현상
html 셀렉터를 이용하여 해결필요
[css]
html input[type="button"] {
-webkit-appearance: none
}
[/css]
몇몇 안드로이드에서 touchstart
같은 touch전용 이벤트가 걸린 엘리먼트 위에 pointer-events: none;
가 걸린 엘리먼트를 위에 띄울경우 touch이벤트가 안먹는 문제가 발생.
n | 2n+1 | 4n+1 | 4n+4 | 4n | 5n-2 | -n+3 |
---|---|---|---|---|---|---|
0 | 1 | 1 | 4 | – | – | 3 |
1 | 3 | 5 | 8 | 4 | 3 | 2 |
2 | 5 | 9 | 12 | 8 | 8 | 1 |
3 | 7 | 13 | 16 | 12 | 13 | – |
4 | 9 | 17 | 20 | 16 | 18 | – |
5 | 11 | 21 | 24 | 20 | 23 | – |
머리가 안돌아가서 적어둠….