Browser component doesnt work as expected on mobile app

I guess some components do not work properly due to the framework 7 update. One of them is the browser component.

I created a login form and if it is successful, it should be directed to the profile page, but when I redirect it with the browser component, I get an error stating that the profile page was not found.
But when I do this by creating a simple javascript function as below and running it statically, the result is successful. I think the browser component is not fully compatible with framework 7 yet.

function successLogin() {
    mainView.router.navigate('/profile/');
}

You can’t use the browser component with Framework7 as it doesn’t know anything about routing.

In the new Framework7 v5 with App Connect - all major Framework7 components are App Connect components so have special actions, so also the view with navigate action.

Have to check if we have it all on the UI though

The new Actions for the F7 app and view are not indeed yet on UI - will add them for the next update.
the F7 view has actions like navigate, back, refresh and clearHistory - to allow you to change routes.

New navigation actions were added in Wappler 3.3.3