H 5 Plus実用コードセグメント
294 ワード
// manifest.json
plus.runtime.getProperty(plus.runtime.appid, function(info) {
update(info.version);
});
// webview
var wvs = plus.webview.all();
//
plus.screen.lockOrientation("landscape-primary");