iPhone:
不能自动播放音乐,
去除默认样式 input:-webkit-appearance: none;border-radius:0px;
video播放自动默认全屏解决-webkit-playsinline
iPhone手机会自动识别阿拉伯数字,默认成电话号码,颜色会跳转成蓝色<meta name="format-detection" content="telephone=no">
自动验证邮箱的跳转-<meta name="format-detection" content="email=no" />
//--------------------------------------------------------------------------------------有发现在更新
Android:
点击元素出现蓝色框,iPhone不会出现,解决:-webkit-appearance:none;-webkit-tap-highlight-color:rgba(255,255,255,0);border:none;
//-------------------------
去除IE10+浏览器文本框后面的小叉叉
input::-ms-clear{resize:
none
;
}