OpenUrl in new window?

Monkey Targets Forums/HTML5/OpenUrl in new window?

Yoda(Posted 2013) [#1]
How is it possible to open a new window with OpenUrl for HTML5 target?


therevills(Posted 2013) [#2]
Because OpenUrl doesnt have a second parameter it will always open the URL in the current page.

That's why Diddy hasnt deleted its own LaunchBrowser method, which just calls (for HTML5) "window.open(address, windowName);".