标签:style http ar sp 2014 问题 html amp ad
先看几个具体的实例:
1.腾讯娱乐:http://ent.qq.com/zt2014/qqent/h5.htm?from=groupmessage&isappinstalled=0
2.苏宁互联 :http://image.suning.cn/images/game/hlwx/index.html?from=timeline&isappinstalled=0#rd
3.qq音乐:http://y.qq.com/m/act/year10/04.html?ADTAG=weixin&from=groupmessage&isappinstalled=0
这些都是基于html5的活动页面。这些全屏的滚动页面,必须是基于touch 的触摸事件。有几种选择
-- : 基于zepto的touch事件
-- : 基于原生的事件的实现
-- : 还可以基于jquery 封装的touch事件实现。(jquery.event.swipe:https://github.com/stephband/jquery.event.swipe)
项目中看自己的取舍。这里面有个问题:最好不要在body中实现做滚动的事件操作。否则由于滚动的原因,浏览器的得到的高度可能不准。(当然嵌入在微信浏览器中没有问题)。
标签:style http ar sp 2014 问题 html amp ad
原文地址:http://www.cnblogs.com/heimanba/p/4049036.html