Mobile app redirect on login using BS5 and Browser component

I have set up a basic mobile app using Bootstrap 5 and Cordova following the tutorial https://docs.wappler.io/t/mobile-apps-routing-with-bootstrap/31923. The app needs to have login functionality which I have got working but on successful login I am not able to redirect the app to a different page.

I have used the Goto action in the Browser component which works when run in a browser but does not redirect in the app. This thread Mobile app redirect talks about a similar problem in respect of FW7 but only suggested a coded solution. Is there a way to use the Browser component to achieve what I need within BS5 or is there some othe native Wappler method without using coding?