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()
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()
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
bumping this again.
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
Bump