点击登录

问答 js怎么打才能禁止app左滑退出

王旋兆

Lv.0
社区会员
js怎么打才能禁止app左滑退出?
js怎麼打才能禁止app左滑退出?
 
加上这个
hmApp.registerGestureEvent(function (event) {
return true
})
记得onDestroy改这个:
onDestory() {
console.log('page onDestroy invoked')
hmApp.unregisterGestureEvent();
}
 
加上这个
hmApp.registerGestureEvent(function (event) {
return true
})
记得onDestroy改这个:
onDestory() {
console.log('page onDestroy invoked')
hmApp.unregisterGestureEvent();
}
謝謝你,你真厲害
 

*这是一则由 Google AdSense 自动推荐的广告,与本站无关,不对其真实性与可靠性负责

相似主题

问答
3K
8

Home 首页
Home 资源
News 发现
Account 我的
顶部