const currentWebView = plus.webview.getWebviewById("wv"); export const runTimeEnv = () => { return currentWebView.RunTime === "app"; }; export const closeWebview = () => { currentWebView.close(); };