Back button in Tabbar

Hi Guys,

I we’re able to apply @Ekhteyar concern with the answer from @nolimits4web ( [Android backbutton not working framework7 v3] (Android backbutton not working framework7 v3) to my code and it works accordingly. The problem I encounter is on the tabbar.

I have the following screens:
“Login” screen -> “Home” screen which contains the 3 tabbar (Home, About, Contact Info)
Tab 1 (Home) works fine it return to the previous screen (Login). Actually, I want this tabbar is ask first the user if they want to exit or not :stuck_out_tongue_winking_eye:.

But for Tab 2 and Tab 3, I don’t want back button to return to Login. Instead, I want the back button for Tab and Tab 3 to return to Tab 1. How am I going to do that?

Thanks in advance,

Huteng