課程
/前端開發
/WebApp
/移動端的WEB相冊
做好的頁面在我手機上訪問能點擊,但左右滑動沒效果?有什么兼容性問題嗎?我的手機小米3TD版miui6系統,請老師或大伙兒幫忙解決這個問題,探究一下
2014-12-19
源自:移動端的WEB相冊
正在回答
用swipeLeft?時候阻止document默認事件就好了,?親,? container.delegate('li',?'tap',?function?()?{ var?_id?=?cId?=?$(this).data('id'); loadImg(_id); document.addEventListener('touchmove',?stopPrevent,?false); }); function?stopPrevent(e)?{ e.preventDefault(); return?false; } var?lock?=?false; largeContainer.tap(function?(e)?{ $(this).hide(); document.removeEventListener('touchmove',stopPrevent,?false); })
舉報
本課程通過一個移動端相冊案例,帶您一步步了解移動端框架
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號-11 京公網安備11010802030151號
購課補貼聯系客服咨詢優惠詳情
慕課網APP您的移動學習伙伴
掃描二維碼關注慕課網微信公眾號
2016-02-22