移动开发记录

-webkit-tap-highlight-color  当设置为transparent或者rgba(0,0,0,0)时,点击任何可点击元素的时候不会显示高亮

 

-webkit-touch-callout  当设置为none可以防止用户保持复制图片,也不会弹出其他的复制层

 

setTimeout(scrollTo,0,0,0);可以去除iOS和android中输入URL的控件条,文档高度必须高于窗口高度才有效

 

获取滚动条的值window.scrollY和window.scrollX

 

Andrioid平台判断网络连接类型navigator.connection.type == navigator.connection.WIFI,3G,etc.

 

window.navigator.onLine;判断是否在线还是离线

 

Window.navigator.standalone 判断是否为全屏模式

 

特殊事件

Ios和andrioid touchstart/touchmove/touchend/touchcancel

 

Ios还支持  getTureStart/getTureChange/getTurend

 

<!-- regular file upload (Android 2.2+, NO iOS) -->  

<input type="file"></input>  

  

<!-- opens directly to the camera (Android 3.0+) -->  

<input type="file" accept="image/*;capture=camera"></input>  

  

<!-- opens directly to the camera in video mode (Android 3.0+) -->  

<input type="file" accept="video/*;capture=camcorder"></input>  

  

10 <!-- opens directly to the audio recorder (Android 3.0+) -->  

11 <input type="file" accept="audio/*;capture=microphone"></input>  

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值