how do I set a default tab when I use the tabbar.addTab() method to create the tab?
You can try to use setTabActive method:
tabbar.setTabActive(tabId);
how do I set a default tab when I use the tabbar.addTab() method to create the tab?
You can try to use setTabActive method:
tabbar.setTabActive(tabId);