上下拉动滚动条时卡顿、慢
body {
-webkit-overflow-scrolling: touch;
overflow-scrolling: touch;
}
Android3+和iOS5...alpha值为0就可以去除半透明灰色遮罩,备注:transparent的属性值在android下无效。...注意:3D变形会消耗更多的内存与功耗
Retina屏的1px边框
Element{
border-width: thin;
}
旋转屏幕时,字体大小调整的问题
html, body, form, fieldset..., p, div, h1, h2, h3, h4, h5, h6 {
-webkit-text-size-adjust:100%;
}
transition闪屏
//设置内嵌的元素在 3D 空间如何呈现...:保留3D
-webkit-transform-style: preserve-3d;
//设置进行转换的元素的背面在面对用户时是否可见:隐藏
-webkit-backface-visibility