mui.openWindow({
url: 'shezhi.html',
id: 'shezhi',
styles:{
height:'50%',
width:'50%',
bounce:'vertical',
popGesture:'close'
},
waiting: {
autoShow: false
},
show: {
aniShow: 'pop-in'
}
})
plus.webview.open( 'shezhi.html', 'shezhi', {
height:'50%',
width:'50%',
bounce:'vertical',
popGesture:'close'
}, "pop-in");
下方的样式就起作用,上方的样式不起作用,但是有的需要打开窗口传值,用plus.webview.open好像无法传值?
2 个回复
jspeng - 6666
我也遇到了,你研究出来了吗?
jspeng - 6666
已解决:mui.openWindow({
styles:{
'height':'50%',
'width':'50%',
'bounce':'vertical',
'popGesture':'close'
},
});
两边都要引号“”