mui---验证页面是否加载或显示
Posted 有挫败才有成长
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了mui---验证页面是否加载或显示相关的知识,希望对你有一定的参考价值。
加载
var ws = plus.webview.getWebviewById(id) ws.addEventListener( "loaded", function(e){ console.log( "Loaded: "+e.target.getURL() ); }, false );
显示
var ws=plus.webview.currentWebview(); ws.addEventListener("show", function(e){ console.log( "Webview Showed" );
以上是关于mui---验证页面是否加载或显示的主要内容,如果未能解决你的问题,请参考以下文章