關於獲取webview 視窗間關係 的方法

2022-08-14 06:54:13 字數 482 閱讀 2922

plus.webview.getwebviewbyid('為頁面設定的id值');

該方法主要用於首頁底部導航切換到子頁面時不執行子頁面的函式,因為在設定導航的時候我們設定了頁面id,所以可以用這種方法獲取子頁面,再通過mui.fire()進行自定義事件;

plus.webview.currentwebview()

var ws=plus.webview.currentwebview();//獲取當前頁面所屬的webview視窗物件

console.log( "視窗標識: "+ws.id );

console.log( "當前webview視窗:"+ws.geturl() );

plus.webview.currentwebview().opener();

plus.webview.all();

plus.webview.gettopwebview();

location.reload()

引用 

關於獲取各種瀏覽器可見視窗大小

關於獲取各種瀏覽器可見視窗大小 在我本地測試當中 在ie firefox opera下都可以使用 document.body.clientwidth document.body.clientheight 即可獲得,很簡單,很方便。而在公司專案當中 opera仍然使用 document.body.cl...

關於在DLL中獲取主呼叫視窗的控制代碼

通過程序id獲得該程序主視窗的控制代碼 乙個程序可以擁有很多主視窗,也可以不擁有主視窗,所以這樣的函式是不存在的,所幸的是,相反的函式是有的。所以我們可以呼叫enumwindows來判斷所有的視窗是否屬於這個程序。typedef struct tagwndinfo bool callback you...

Js關於獲取各種瀏覽器可見視窗大小的一點點研究

在我本地測試當中 在ie firefox opera下都可以使用 document.body.clientwidth document.body.clientheight即可獲得,很簡單,很方便。而在公司專案當中 opera仍然使用 document.body.clientwidth documen...