Retrieve current view when using Views As Tabs

I have 3 tabs setup, each separately defined by app.views.create(…)

However, anytime I switch tabs, app.views.current always reports back the main view, never the view I’m in. How can I determine which view I’m currently focused in?

Покажите ваш код, где current указывает не туда

It means that it can’t find it, in current view lookup logic there is case for Views as Tabs, so it should work if the app layout is correct. Can you show the app structure you have? And how do you init all views?

Also, you can get the current view-tab View instance as:

$('.views .view.tab-active')[0].f7View