知識(shí)
不管是網(wǎng)站,軟件還是小程序,都要直接或間接能為您產(chǎn)生價(jià)值,我們?cè)谧非笃湟曈X表現(xiàn)的同時(shí),更側(cè)重于功能的便捷,營(yíng)銷的便利,運(yùn)營(yíng)的高效,讓網(wǎng)站成為營(yíng)銷工具,讓軟件能切實(shí)提升企業(yè)內(nèi)部管理水平和效率。優(yōu)秀的程序?yàn)楹笃谏?jí)提供便捷的支持!
您當(dāng)前位置>首頁(yè) » 新聞資訊 » 小程序相關(guān) >
小程序監(jiān)聽屏幕滑動(dòng)事件
發(fā)表時(shí)間:2021-1-5
發(fā)布人:葵宇科技
瀏覽次數(shù):62
小程序監(jiān)聽屏幕滑動(dòng)事件
功能設(shè)計(jì)背景
- 小程序頁(yè)面點(diǎn)擊事件的坐標(biāo)系是以左下角為原點(diǎn)的直角坐標(biāo)系。
- 微信小程序提供
bindtouchstart
和bindtouchend
接口用于監(jiān)聽觸點(diǎn)的變化。
功能實(shí)現(xiàn)
1.在你需要監(jiān)聽的塊外增加監(jiān)聽遮罩層,包含待監(jiān)聽塊在內(nèi)
<view bindtouchstart="touchStart" bindtouchend="touchEnd">
view>
2.根據(jù)觸點(diǎn)的起始位置和終止位置計(jì)算滑動(dòng)方向(在data中配置touchx
和touchy
數(shù)值)
touchStart(e) {
console.log(e)
var that = this;
that.setData({
touchx: e.changedTouches[0].clientX,
touchy: e.changedTouches[0].clientY
})
},
touchEnd(e) {
console.log(e)
var that = this;
let x = e.changedTouches[0].clientX;
let y = e.changedTouches[0].clientY;
let turn = "";
if (x - that.data.touchx > 50 && Math.abs(y - that.data.touchy) < 50) { //右滑
turn = "right";
} else if (x - that.data.touchx < -50 && Math.abs(y - that.data.touchy) < 50) { //左滑
turn = "left";
}
if(y - that.data.touchy > 50 && Math.abs(x - that.data.touchx) < 50){ //下滑
turn = "down";
}else if(y - that.data.touchy < -50 && Math.abs(x - that.data.touchx) < 50){ //上滑
turn="up";
}
//根據(jù)方向進(jìn)行操作
if(turn == 'down'){
//下滑觸發(fā)操作
}
},
相關(guān)案例查看更多
相關(guān)閱讀
- 昆明網(wǎng)站設(shè)計(jì)
- 網(wǎng)站建設(shè)電話
- 小程序用戶登錄
- 網(wǎng)站建設(shè)招商
- 前端技術(shù)
- 云南網(wǎng)絡(luò)公司
- 人人商城
- web學(xué)習(xí)路線
- 網(wǎng)站制作
- 云南建設(shè)廳網(wǎng)站首頁(yè)
- 網(wǎng)站上首頁(yè)
- 昆明網(wǎng)絡(luò)公司
- 汽車回收管理系統(tǒng)
- 網(wǎng)絡(luò)公司報(bào)價(jià)
- 小程序分銷商城
- 汽車報(bào)廢回收管理軟件
- 網(wǎng)絡(luò)公司哪家好
- painter
- 曲靖小程序開發(fā)
- 分銷系統(tǒng)
- 網(wǎng)站開發(fā)
- 汽車回收管理
- .net網(wǎng)站
- 網(wǎng)站建設(shè)費(fèi)用
- 報(bào)廢車回收管理軟件
- 小程序開發(fā)排名前十名
- 網(wǎng)頁(yè)制作
- 百度小程序
- 出入小程序
- 小程序定制開發(fā)