I have a button in a split view side tab. i want to load a page into the main view when i click on the button in the side bar

this.f7router.main.navigate('/user-profile/');

i have tried app.views.main.router.navigate(‘/stockMain/’); but not working.

Any help will help please

Have you tried giving your view a name and calling it by that?