michael_lin
michael_lin
  • 发布:2016-01-09 16:50
  • 更新:2016-01-09 16:50
  • 阅读:1237

ios9.2 侧滑事件失效,请求指导

分类:HTML5+

代码如下,ios9.2中侧滑template.html webview 无法监听到事件

index.html中:
//模版页面预加载
var template_page = mui.preload({
id: 'manage_template',
url: 'app/common/template.html',
extras:{},//自定义扩展参数
styles: {
popGesture:"hide",
left:'100%'
}
});

template.html中:
mui.plusReady(function(){
plus.webview.currentWebview().addEventListener('popGesture',function(e){
console.log('侧滑');
},false);

        });  
2016-01-09 16:50 负责人:无 分享
已邀请:

该问题目前已经被锁定, 无法添加新回复