mui.init({
preloadPages:[
{
url:'a.html',
id:'a-html',
styles:{top: '0', bottom: '51px'}
}
]
});
mui.plusReady(function(){
document.getElementById("a").addEventListener('tap', function(){
var a= plus.webview.getWebviewByid('a-html');
a.show();
});
});
有这段代码的页面,是在:plus.webview.create创建的页面里边。webview 有2,3级嵌套的。
1 个回复
DCloud_UNI_FXY
getWebviewById