// 创建子Webview
function createEmbed(){
plus.nativeUI.showWaiting('',{style:'black',modal:false,background:'rgba(0,0,0,0)'});
embed=plus.webview.create('http://h5.m.taobao.com/vip/data.html','embed',{top: '45px',bottom:'0',position:'dock',dock:'bottom',bounce:'vertical'});
embed.appendJsFile('../js/jquery-2.2.3.min.js');
embed.appendJsFile('../js/huihuo.js');
ws.append(embed);
embed.addEventListener('loaded',function(){
plus.nativeUI.closeWaiting();
},false);
embed.addEventListener('loading',function(){
plus.nativeUI.showWaiting('',{style:'black',modal:false,background:'rgba(0,0,0,0)'});
},false);
}
appendJsFile 注入的js 在安卓上面能运行,但是在ios上面没有反映。setJsFile 在ios上面也不能运行
2***@qq.com (作者)
alert(123); 都没反应,应该是不运行
2017-12-28 10:33
回梦無痕
回复 2***@qq.com:是运行的,如果你的不运行,那就是你的代码问题了
2017-12-28 12:23
2***@qq.com (作者)
有demo吗?发个给我试试,这代码也没有报错,所以找不出原因
2017-12-29 11:09
3***@qq.com
我也遇到相同问题,请问具体怎么调用?有demo吗
2019-06-27 20:53