Tab Group issues

You must Login before you can answer or comment on any questions.

Hi, I have a tab group for my app. I also have a navigation group which is loaded when the app is started if the user is not logged in. Also its loaded when the user press the "logout" button in the app. So if the user is not logged in when the app is started the nav group will be loaded ask for user/pass and then load(create the tabgroup) and close the navigation group. Then if i press logout the navigation group will be loaded again asking for password/user. After logged in for the 2nd time the navigation group is closed(navGroup.close) and the tab group appears again. the issue is that the tabgroup seems "locked". i cant interact with it(touch buttons etc). What i am doing wrong? Is this a bad practice?

1 Answer

Your Answer

Think you can help? Login to answer this question!