[]打包后的APP怎么跳转到网址链接

已邀请:

Laya_XS

赞同来自:

webView相关接口
window.conch.setWebViewPercent(0.7,0.7);  //全屏比率
window. conch.setWebViewRect(30,30,500,400); //绝对像素
window. conch.setExternalLink("http://www.baidu.com";);//打开webview
window. conch.closeExternalLink();//关闭webview url制空
window. conch.hideWebview();//隐藏webview  url保持不变
window. conch.showWebview();//显示webview  url保持不变
iframe:    window.postRuntimeMessage({xx:123}) 给加速器发消息
window.addEventListener("message",function(e){alert(e.data)}) 监听加速器发来的消息

conch:  window.postMessage({jj:123}); 给iframe发消息
window.addEventListener("message",function(e){alert(e.data)});监听iframe发来的消息

要回复问题请先

商务合作
商务合作