LulumiProject / lulumi-browser

Lulumi-browser is a lightweight browser coded with Vue.js 2 and Electron.
Apache License 2.0
437 stars 90 forks source link

window.open related issues #26

Open qazbnm456 opened 7 years ago

qazbnm456 commented 7 years ago

Though we can use native window.open by https://github.com/qazbnm456/lulumi-browser/commit/b16674f14bdfec8d33b47abb0bc7e6142434db44, we cannot manipulate the returned Window object directly. It's a must-have feature in order to support navigating Google Tab Manager (gtm) embedded websites.

Related discussions: https://github.com/electron/electron/issues/5012 https://github.com/electron/electron/pull/8963