码迷,mamicode.com
首页 > 移动开发 > 详细

移动端开发常见问题

时间:2015-04-03 19:00:18      阅读:126      评论:0      收藏:0      [点我收藏+]

标签:

1.去除iphone下input的默认样式:

input {
    -webkit-appearance:none;
    border-radius: 0;
}

2.禁止用户长按选择页面内容:

body{
  -webkit-user-select:none;
}

3.实现:active效果:

<body ontouchstart=""></body>

4.禁止ios自动识别号码:

<meta name="format-detection" content="telephone=no"/>

 

移动端开发常见问题

标签:

原文地址:http://www.cnblogs.com/diva/p/4013648.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!