移动端 meta 小结
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no, minimal-ui" /><meta name="apple-mobile-web-app-capable" content="yes" /><meta name="apple-mobile-web-app-status-bar-style" content="black" /><meta name="format-detection"content="telephone=no, email=no" /><!-- ios 移动设备添加主屏幕标题设置 --><meta name="apple-mobile-web-app-title" content="tm" ><!-- 启用360浏览器的极速模式(webkit) --><meta name="renderer" content="webkit"><!-- 避免ie使用兼容模式 --><meta http-equiv="x-ua-compatible" content="ie=edge"><!-- 针对手持设备优化,主要是针对一些老的不识别viewport的浏览器,比如黑莓 --><meta name="handheldfriendly" content="true"><!-- 微软的老式浏览器 --><meta name="mobileoptimized" content="320"><!-- uc强制竖屏 --><meta name="screen-orientation" content="portrait"><!-- qq强制竖屏 --><meta name="x5-orientation" content="portrait"><!-- uc强制全屏 --><meta name="full-screen" content="yes"><!-- qq强制全屏 --><meta name="x5-fullscreen" content="true"><!-- uc应用模式 --><meta name="browsermode" content="application"><!-- qq应用模式 --><meta name="x5-page-mode" content="app"><!-- windows phone 点击无高光 --><meta name="msapplication-tap-highlight" content="no"><!-- windows 8 磁贴颜色 --><meta name="msapplication-tilecolor" content="#000"/><!-- windows 8 磁贴图标 --> <meta name="msapplication-tileimage" content="icon.png"/>
iphone 中的safari 浏览器对于 input[type="submit"] 渲染效果解决方案
input{ -webkit-appearance: none;}
HTML怎么学习?HTML怎么入门?HTML在哪学?HTML怎么学才快?不用担心,这里为大家提供了HTML速学教程(入门课程),有需要的小伙伴保存下载就能学习啦!
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号