Browser.goto in a new tab natively from Wappler

there is native JS way to do this.

would be really nice if it becomes native part of the browser component of Wappler.
something like browser.gotoNewTab()

1 Like

use case

form a server connect post form submission, need to redirect the user to a URL that should open in a new tab.
currently browser.goto opens in the same tab.
becuase this redirection is on success event of a form, <a> tag cannot be implemented here afaik natively from Wappler.
hence this request.

bump :surfing_man:

bumping this again.

1 Like

While waiting for this, anyone have a good workaround?

JavaScript function and call window.open(url, name) should do the trick. Just add ‘_blank’ for the name parameter

4 Likes

Bump

Bump!

1 Like

Bump

Bump

1 Like

This is now available in the latest Wappler update.

4 Likes