Link to a swipeable Tab on a Page

Hey!
I have a Page “Home” with 3 swipeable Tabs. When i’m on another page, for example on the “Profile” page i want to set a link to “Home” >> Tab3. Something like:
<a class='link' href='/home#tab3'>Settings</a>
When i click on the link, i want to go to page “Home” and swipe to Tab3 automatically. Is this possible with F7?

You need to use routable tabs for that https://framework7.io/docs/tabs.html#routable-tabs

Thanks! But routable tabs are not swipeable, right?