plus.webview.currentWebview().drag({
direction: 'right',
moveMode: 'followFinger'
}, {
view: parentPage,
moveMode: 'follow'
}, function(e) {
if(e.type == 'end' && e.result) {
mui.back()
}
});
上面的代码在任何地方右滑都会触发,怎么设置为左侧右滑返回?
1 个回复
1***@qq.com
解决没