为什么存在延迟?从点击屏幕上的元素到触发元素的click事件,移动浏览器会有大约 300 毫秒的等待时间。为什么这么设计呢? 因为它想看看你是不是要进行双击(double tap)操作。兼容性Mobile Safari on iOS 3 and upwardsChrome on iOS 5 and ...
分类:
其他好文 时间:
2015-07-17 20:34:15
阅读次数:
243
hammerpan 拖拽手势tap轻击gesture 手势touch 触摸网址http://hammerjs.github.io/jsdoc/manager.js.htmlhttp://hammerjs.github.io/getting-started/Manager原始方式使用Manager创建...
分类:
其他好文 时间:
2015-07-16 18:54:29
阅读次数:
346
简介连轴转的刷新,不断变向的页面转换,以及tap事件的周期性的延迟仅仅是现在移动web环境令人头疼事情的一小部分。开发者正试图尽可能的靠近原生应用,但却经常被各种兼容问题,系统复位,和僵化的框架打乱步调。在这篇文章中,我们将讨论创建一个移动HTML 5 web app需要的最低限度的东西。主要观点是...
分类:
移动开发 时间:
2015-07-16 11:32:44
阅读次数:
150
检查系统中是否已经安装了mysql:sudo netstat -tap | grep mysql安装mysql:sudo apt-get install mysql-server sudo apt-get isntall mysql-client sudo apt-get install libmy...
分类:
数据库 时间:
2015-07-15 22:13:34
阅读次数:
152
*, *:before, *:after { -webkit-user-select: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -moz-tap-highlight-color: rgba(0, 0, 0, 0);//移动端系统中点击...
分类:
移动开发 时间:
2015-07-14 20:09:11
阅读次数:
141
在工作中经常遇到在手机浏览器中浏览网页时,点击页面中的按钮或者是具备点击事件的元素,就会出现一个默认的高亮框,影响整体的感官体验。
可以用一个简单的css3属性来解决:tap-highlight-color,最好加上webkit浏览器前缀。
-webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-tap-highlight-color: ...
分类:
移动开发 时间:
2015-07-14 15:47:24
阅读次数:
165
方法:1、手势(触背景)关闭键盘-(void)tapBackground //在ViewDidLoad中调用{ UITapGestureRecognizer * tap = [[UITapGestureRecognizer alloc] initWithTarget:self action:@sel...
分类:
移动开发 时间:
2015-07-08 12:45:18
阅读次数:
131
转行做前端,上班有一个星期了,什么都不懂,今天学习了几个新的css3属性,记录下来。注:所有的测试均是在chrome上手机模式测试,与真实的手机环境可能有误差1:-webkit-tap-heighlight-color:rgba();改变safari 与大部分android机可点击元素,点击时产生的...
分类:
移动开发 时间:
2015-07-08 02:02:09
阅读次数:
147
css .bgAudio{width:27px;height:27px;position:fixed;right:10px;top:10px;z-index:999;-webkit-tap-highlight-color:rgba(0,0,0,0);outline:none;-webkit-tr.....
分类:
微信 时间:
2015-07-07 16:20:10
阅读次数:
1733
mac安装GNU命令行工具2.添加的repo tap home/dupes brew install coreutils binutils diffutils ed --default-names findutils --default-names gawk gnu-indent --defaul....
分类:
系统相关 时间:
2015-07-02 06:31:50
阅读次数:
253