I have been reading a lot about tabgroups and looking for help in the community site, but can't find this problem.
I had tabgroups working fine (on iOS) , then suddenly all the tabs are working except for - The window view does not show - the header title bar is missing - the setActive tab does not set the tab
I have tried to distill the code down to the bare essence of creating a couple of windows and tabs, but still no joy.
Here is some example code that doesn't work, can anyone shed any light on why this doesn't work?
1 Answer
Accepted Answer
try this when creating the tabGroup, I have removed the bottom and the height properties and everything is working now
// Create New tab group before adding individual tabs var tabGroup1 = Ti.UI.createTabGroup({ id: 'firstTabGroup', barColor: 'green' });
Your Answer
Think you can help? Login to answer this question!