Meta设置

<!-- 设备宽度、禁止缩放 -->
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" /> <!-- 是否删除苹果工具栏和菜单栏(yes/no) -->
<meta name="apple-mobile-web-app-capable" content="yes" /> <!-- 苹果顶部导航栏颜色(default/black/black-translucent) -->
<meta name="apple-mobile-web-app-status-bar-style" content="black" /> <!-- 忽略识别电话号码 -->
<meta name="format-detection" content="telephone=no" /> <!-- 忽略识别邮箱 -->
<meta name="format-detection" content="email=no" /> <!-- 启用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" />

Link设置

<!-- 启动图标 -->
<!-- rel添加 -precomposed 后缀表示不添加IOS高光特效 -->
<link rel="apple-touch-icon" href="icon.png">
<link rel="apple-touch-icon-precomposed" href="icon.png">
<!-- iPhone non-retina icon (iOS < 7) -->
<link rel="apple-touch-icon" href="icon.png" sizes="57x57"> <!-- iPad non-retina icon (iOS < 7) -->
<link rel="apple-touch-icon" href="icon.png" sizes="72x72"> <!-- iPad non-retina icon -->
<link rel="apple-touch-icon" href="icon.png" sizes="76x76"> <!-- iPhone retina icon (iOS < 7) -->
<link rel="apple-touch-icon" href="icon.png" sizes="114x114"> <!-- iPhone 6 Plus icon -->
<link rel="apple-touch-icon" href="icon.png" sizes="120x120"> <!-- iPad retina icon (iOS < 7) -->
<link rel="apple-touch-icon" href="icon.png" sizes="144x144"> <!-- iPad retina icon -->
<link rel="apple-touch-icon" href="icon.png" sizes="152x152"> <!-- apple-touch-startup-image 启动画面 -->
<link rel="apple-touch-startup-image" href="/startup.png"> <!-- iPhone -->
<link href="320x460.png" media="(device-width: 320px)" rel="apple-touch-startup-image" /> <!-- iPhone Retina -->
<link href="640x920.png" media="(device-width: 320px) and (-webkit-device-pixel-ratio: 2)" rel="apple-touch-startup-image" /> <!-- iPad retina portrait -->
<link href="1536x2008.png" media="(device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)" rel="apple-touch-startup-image"> <!-- iPad retina landscape -->
<link href="1496x2048.png" media="(device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)" rel="apple-touch-startup-image"> <!-- iPad portrait -->
<link href="768x1004.png" media="(device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 1) and (orientation: portrait)" rel="apple-touch-startup-image">
<!-- iPad landscape -->
<link href="748x1024.png" media="(device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 1) and (orientation: landscape)" rel="apple-touch-startup-image"> <!-- iPhone 6 Plus portrait -->
<link href="1242x2148.png" media="(device-width: 414px) and (device-height: 736px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)" rel="apple-touch-startup-image"> <!-- iPhone 6 Plus landscape -->
<link href="1182x2208.png" media="(device-width: 414px) and (device-height: 736px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape)" rel="apple-touch-startup-image"> <!-- iPhone 6 -->
<link href="750x1294.png" media="(device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2)" rel="apple-touch-startup-image"> <!-- iPhone 5 -->
<link href="640x1096.png" media="(device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2)" rel="apple-touch-startup-image"> <!-- iPhone < 5 retina -->
<link href="640x920.png" media="(device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 2)" rel="apple-touch-startup-image"> <!-- iPhone < 5 -->
<link href="320x460.png" media="(device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1)" rel="apple-touch-startup-image">

电话/短信/Email/Android/GPS

<!-- 电话 -->
<a href="tel:10086">打电话</a>
<a href="wtai://wp/mc;10086">打电话</a>
<span onclick="location.href='tel:10086'">打电话</span> <!-- 短信 -->
<a href="sms:10086">发短信</a>
<a href="sms:10086?body=内容">发短信</a>
<a href="sms:10086,10010?body=内容">发短信</a> <!-- Email -->
<a href="mailto:a@qq.com">发邮件</a>
<a href="mailto:a@qq.com,b@qq.com">发邮件</a>
<a href="mailto:a@qq.com?subject=标题">发邮件</a>
<a href="mailto:a@qq.com?subject=标题 mailto&cc=b@qq.com">发邮件</a> <!-- 安卓市场-->
<a href="market://search?q=MyApp">MyApp</a> <!-- GPS -->
<a href="geopoint:经度,纬度">我的位置</a>

样式设置

<!-- 在设置书签的时候可以显示好看的图标 -->
<link rel=”apple-touch-icon” href=”iphon_tetris_icon.png”/> <!-- 肖像模式样式 -->
<link rel="stylesheet" media="all and (orientation:portrait)" href="portrait.css" /> <!-- 风景模式样式 -->
<link rel="stylesheet" media="all and (orientation:landscape)" href="landscape.css" /> <!-- 竖屏时使用的样式 -->
<style media="all and (orientation:portrait)"></style> <!-- 横屏时使用的样式 -->
<style media="all and (orientation:landscape)"></style>

app是否从主屏启动

// IOS
if( navigator.standalone === true ){}

关闭IOS键盘自动大写

autocapitalize="off"

IOS禁止弹出菜单(长按a标签)/复制图片

/* IOS */
-webkit-touch-callout: none;

IOS禁止用户选中文字

/* IOS */
-webkit-user-select: none;

IOS中获取滚动条距离

window.scrollX、window.scrollY

解决盒子边框溢出

-webkit-box-sizing: border-box;

阻止旋转屏幕时字体大小自动调整

-webkit-text-size-adjust:none;

去除Android里a标签边框 

-webkit-tap-highlight-color: rgba(0, 0, 0, 0);

设备像素比(设备物理像素/设备独立像素)

if ( window.devicePixelRatio == 1) {}

去除浏览器地址栏

window.onload = function(){
window.setTimeout(scrollTo, 0, 0, 0);
};

阻止页面整体滚动

document.body.addEventListener('touchmove', function(ev) {
ev.preventDefault();
}, false);

伪类 :active 生效

// touchstart或touchend
document.addEventListener('touchstart',function(){},false);

去除IE10里input关闭图标

input:-ms-clear { display:none; }

Date支持placeholder

<input placeholder="Date" type="text" onfocus="(this.type='date')"> 

移动WEB开发常用技巧的更多相关文章

  1. web开发常用图片格式

    web开发常用图片格式有:gif   jpg/jpeg    png gif:图片压缩率高,可以显示动画,但是只能显示256色,可能造成颜色丢失. jpg:图片压缩率高(有损压缩),可以用小文件来显示 ...

  2. 移动Web开发小技巧

    移动Web开发小技巧 添加到主屏后的标题(IOS) name="apple-mobile-web-app-title" content="标题"> 启用  ...

  3. HTML5-移动开发常用技巧与弹性布局的使用

    一.移动开发常用技巧 Viewport基本知识 设置布局Viewport的各种信息 1.width=device-width: 设置Viewport视口宽度等于设备宽度 2.initial-scale ...

  4. iOS开发--常用技巧 (MJRefresh详解)

         iOS开发--常用技巧 (MJRefresh详解) https://github.com/CoderMJLee/MJRefresh 下拉刷新01-默认 self.tableView.head ...

  5. 我在ubuntu桌面系统下进行WEB开发常用的软件

    公司电脑本来是win系统的,不知道怎么突然中毒了,由于比较讨厌杀毒软件,所以之前都被我卸载掉了,所以我干脆重装了一个ubuntu系统 1.IDE    vscode 各种插件,自带Git,markdo ...

  6. Nodejs WEB开发常用库和框架

    我在Nodejs的体系里也算泡了很久了,的确非常喜欢javascript和Nodejs. 在我看来,用nodejs做web开发有以下几个优点: Javascript作为一个语法异常简单的脚本语言,约束 ...

  7. web 开发常用字符串表达式匹配

    记录一下 web 开发中常用的一些字符串模式,这是我遇到的一些,后面如果还有的话,欢迎大神提出,会继续更新. 正则表达式 这个主要用在前端的验证,nginx 路径匹配,shell 脚本文本处理,后端感 ...

  8. 【干货分享】sketch 前端开发常用技巧总结

    sketch横空出世,移动端的应用越来越多的采用sketch来做,前端开发也需要掌握更多sketch技巧. (1) sketch导出图片时,如何快速选择多个图层? 1. 在画布上任一点单击并拖拽出一个 ...

  9. Sublime Text 3 web 开发常用配置

    前沿 Sublime Text 是一个代码编辑器(Sublime Text 2是收费软件,但可以无限期试用),也是HTML和散文先进的文本编辑器.Sublime Text是由程序员Jon Skinne ...

随机推荐

  1. text-align:justify小例子

    一个使用 text-align: justify; 使元素均匀分布的小例子: <!DOCTYPE html> <html lang="en"> <he ...

  2. Python新手学习基础之数据类型——数字类型

    创建一组数字 Python 的有以下几种内置数字类型: int,整型,比如:1.-2.598: float,浮点型,比如:0.0.-3.5.18.55: bool,布尔型,即True和False两个关 ...

  3. HDFS操作--文件上传/创建/删除/查询文件信息

    1.上传本地文件到HDFS //上传本地文件到HDFS public class CopyFile { public static void main(String[] args) { try { C ...

  4. IOS 解析XML文档

    前段时间想找点事做,就是试着看能不能用豆瓣的API做点什么,于是就碰到了这个问题——XML解析. 老师还没讲,只能自己去查. XML文档解析主要有SAX和DOM两种模式,IOS上两种模式都可以用,这里 ...

  5. HTTP断点续传(分块传输)(HTTP头格式非常清楚)

    简述 断点续传:指的是在上传/下载时,将任务(一个文件或压缩包)人为的划分为几个部分,每一个部分采用一个线程进行上传/下载,如果碰到网络故障,可以从已经上传/下载的部分开始继续上传/下载未完成的部分, ...

  6. Why Memory Barrier?

    引言:xchg做了什么? 首先,xchg eax, ecx并不会比mov edx, eax + mov eax, ecx + mov ecx, edx这三条指令加一起快,原因是xchg有副作用. Mi ...

  7. android 之 百度地图

    简介 百度地图Android定位SDK为基于移动客户端开发LBS应用提供基础定位能力. 功能介绍 功能介绍: 地图展示:包括2D图.卫星图.3D图地图展示. 地图操作:提供控制平移.缩放.底图旋转.变 ...

  8. Spring 的优秀工具类盘点第 1 部分

    文件资源操作 文件资源的操作是应用程序中常见的功能,如当上传一个文件后将其保存在特定目录下,从指定地址加载一个配置文件等等.我们一般使用 JDK 的 I/O 处理类完成这些操作,但对于一般的应用程序来 ...

  9. hibernate分页查询的各种方法

    统计总数: public Integer countAll1() { String hql = "select count(*) from News as news"; List ...

  10. Android Dependencies小差号引起的问题

    问题是由于Android Dependencies小差号引起的,下午一搞Android的哥们在群里说最近导入的几个工程每个都是Android Dependencies报错,小差号,我先说解决方法: 方 ...