:rgba(255,255,255,0)
IOS 默认输入框内阴影重置
E{
border: 0;
-webkit-appearance: none;
}
旋转屏幕时,...html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6 {
-webkit-text-size-adjust:100%;
}
默认启用GPU渲染页面...也会
transition闪屏
/设置内嵌的元素在 3D 空间如何呈现:保留3D /
-webkit-transform-style: preserve-3d;
/ 设置进行转换的元素的背面在面对用户时是否可见...-ms-user-select: none;
}
IOS禁止保存或拷贝图像
img { -webkit-touch-callout: none; }
IOS中input键盘事件调用缓慢...直接改为监听input事件
document.getElementById('test').addEventListener('input',fn,false);
页面高度渲染错误
document.documentElement.style.height