As a user I want a new window to open when I follow a link targeted at a blank page, or a page opens a new page.
window.open() and target=_blank
Note that you need to wait for the did-attach event to be fired on a webview before you can call webview.loadURL()