-
微信开发
1.对应的xml里写上手势开始、滑动、结束的监听:view class=touch bindtouchstart=touchStart bindtouchmove=touchMove bindtouchend=touchEnd /view2.js: view plain copyvar touchDot = 0;//触摸时的原点 ... 1.对应的xml里写...
169
-
微信开发
代码:https://github.com/jsongo/wx-gesture-lock 这个手势解锁的demo使用了https://github.com/lvming6816077/H5lock这个项目的算法和主逻辑,整合到微信小程序来,修改了很多地方的语法来适配小程序,...
246
-
微信开发
由于微信小程序只能够支持 tap,longtap,touchstart,touchmove,touchcancel,touchend时间,对于比较复杂的事件只能自己实现 因此自己对alloyFinger库进行了改造,开发了时候微信小程序手势事件库W...
241
-
微信开发
营销组件 营销组件, WeChat marketing components.支持营销类型 大转盘 刮刮乐 老虎机 跑马灯 九宫格翻纸牌 摇一摇 手势解锁 如何使用 1.拉取仓库 git clone git@github.com:pfan123/wx-market.git 2.安装...
245
-
微信开发
在开发中,有时会遇到像App中的手势那样的效果,下面就仿照App实现了一下。 wxml部分: view class=touch-container view class=msg{{msg}}/view image class=img src=http://www.yiyongtong.com/archives/{{src}} styl...
157