代码如下,我想打开一个页面,显示后,执行回调,把当前窗口关闭;
但是,回调showedCB,根本不执行; 请问,如何使用?
plus.webview.show('verifiedstep1.html', 'slide-in-right', '200', function() {
var currentWV = plus.webview.currentWebview();
currentWV.hide();
currentWV.close();
});
代码如下,我想打开一个页面,显示后,执行回调,把当前窗口关闭;
但是,回调showedCB,根本不执行; 请问,如何使用?
plus.webview.show('verifiedstep1.html', 'slide-in-right', '200', function() {
var currentWV = plus.webview.currentWebview();
currentWV.hide();
currentWV.close();
});
1 个回复
淘钱宝 (作者)
问题很多啊; 这个谁知道的,能帮忙解决下啊;