function openview(word) {
mui.openWindow({
url: 'search_respone_header.html',
id: 'search_respone_header.html',
extras: {
word: word
},
show: {
autoShow: false
},
waiting: {
autoShow: true,
title: "正在加载……"
}
});
}
function showview() {
currview = plus.webview.getWebviewById("search_respone_header.html");
currview.show();
plus.nativeUI.closeWaiting();
}
真机调试的时候正常,在页面显示之前会有一个“正在加载……”的loading显示。同样的代码离线打包以后loading框就不显示了。
1 个回复
freedemon - 得于社区,反哺社区
这问题竟然也没人关注....