In the browser.goto method, there is no way to specify if the path is internal. How to do it?
Selecting from the action picker just renders code like browser1.goto('/services') which reloads the page. Please help.
Can I write a custom formatter for this? If you can share how an anchor tag gets treated as “internal”, I will just write a custom “goto_internal” until Patrick rolls out an update.
Ok.
But that would have to be a part of Wappler update I assume.
Can you share some code so I can create a custom formatter and continue with my work for the time being?
An internal router navigation should be something relatively easy to achieve… It would be then an action sorta like this one: “router.push(’/profile’);” - but that’s actually on the core of the server itself, specifically in the router implementation.