A 页面进入 B 页面, 在B页面已经设置了禁止右滑关闭, 为什么还是能右滑关闭呢? 这个怎么解决〜〜 不让B页面返回A页面。
 
                                        
                                    
                                    
                                        超人爷爷                                                                                
                                        
                                - 发布:2016-05-04 20:12
- 更新:2016-11-02 10:23
- 阅读:1640
 
                                                                                                                                                                                                                                                             
                                                                                                                                                                                 
                                                                    
                                                                manifest 里面 添加plus->popGesture字段,值可为WebviewStyle的popGesture取值:
- 
                                                  
- 
                                                  回复 l***@163.com:var wv=plus.webview.currentWebview(); 
 // 关闭侧滑返回功能
 wv.setStyle({'popGesture':'none'});2016-11-02 10:41 
 
             
             
             
			