[SOLVED] App.tab.show and Routable Tabs

Is it possible to use app.tab.show with Routable Tabs as it’s not currently working for me.

Router Instance only has two events so i’m assuming not

can anyone help?

Thank you

1 Like

I found the answer

view.router.navigate('./tab-1/'); 
app.views.current.router.navigate(’./tab-1/’);
2 Likes