Open a popup through javascript instead of utils.openUrl

I'd like a way to open a popup, just like I can with javascript like this:

window.open('http://google.com', 'popup')

When I try to do this in a custom fashion I get javascript sandboxing errors. Is there any other way to do this? I can't think of one so I'm requesting a new feature.

Workarounds you might think of that don't work for me:

  • I see that I can open a new tab, or change the url of the current page using the utils package to open a page. It's here in the docs.
  • Use an iframe / modal
1 Like