SDK_WebApp类
String appBasePath = "/apps/jubeizf";
String args = "{url:'http://www.baidu.com'}";
// 启动启动独立应用的5+ Webapp
app = SDK.startWebApp(activity, appBasePath, args, new IWebviewStateListener() {
// 设置Webview事件监听,可在监监听内获取WebIvew加载内容的进度
@Override
public Object onCallBack(int pType, Object pArgs) {...}
}
index.htlm中的js部分
mui.init();
mui.plusReady(function(){
alert(plus.runtime.arguments);//什么数据也没有
})
1 个回复
y***@126.com
楼主解决了吗?