Skip to content

Open links in a new, regular Chrome window or tab

Choose a tag to compare

@trjast trjast released this 19 Apr 05:49
· 12 commits to master since this release

The old way the code was handling links opened them in a webapp webview window. The reasoning behind it - as I understand it from the code comments - was because window.open() crashed Chrome. But that's only correct when trying to use window.open() without the event handler because of a security restriction on Chrome packaged apps. Once you add the event handler, window.open() works perfectly fine.

See more information here