从登录页 使用openwindow 打开到 首页,但是右滑 又会返回到 登录页。
mui.init({swipeBack: true}) 也配置了。但是不起作用。
求高手解答 ,怎么做。

s***@hotmail.com
- 发布:2016-05-17 10:49
- 更新:2016-05-17 11:12
- 阅读:1020
3 个回复
wp_drifter
在打开登陆页时设置:styles{popGesture:none}
wp_drifter
在打开首页时设置:styles{popGesture:none}
wp_drifter
或者在首页页面加:plus.webview.currentWebview().setStyle({'popGesture': 'none'});