2017年11月10日
摘要: <meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport"> <meta content="yes" name="apple-mobile-web- 阅读全文
posted @ 2017-11-10 17:24 LeBronaaa 阅读(145) 评论(0) 推荐(0) 编辑
  2017年11月9日
摘要: 触摸事件: 三种在规范中列出并获得跨移动设备广泛实现的基本触摸事件: 1.touchstart:手指放在一个DOM元素上。 2.touchmove:手指拖曳一个DOM元素。 3.touchend:手指从一个DOM元素上移开。 每个触摸事件都包括了三个触摸列表: 1.touches:当前位于屏幕上的所 阅读全文
posted @ 2017-11-09 20:52 LeBronaaa 阅读(1577) 评论(0) 推荐(0) 编辑