I have a tabGroup with more than 4 tabs, so it's making use of the More tab. Inside this tab, there are two sections (rows) with their respective custom icons.
When I open one of the windows respective to these sections and come back to the tableview, everything is ok. However, if I open another window inside the last one -this is, a second level window- and then I come back to the parent and finally tableview, the icon of the section that I have opened is missing.
This behavior is happening with both sections.
Resuming flows:
More tab -> Open section -> Back to more tab >>> OK
More tab -> Open section -> Open window inside section -> Back to section -> Back to More tab >>> MISSING SECTION ICON IN TABLEVIEW
Note that I'm using a Tweetanium like architecture, and opening the windows this way:
var addNotesWindow = S.ui.createAddNotesWindow(params); S.app.mainTabGroup.activeTab.open(addNotesWindow);
2 Answers
Hello,
is this happening on iOS or Android? Can you please share a complete testcase of this, so we can better help you?
Best,
Mauro
A bit late but ... this seems to happen only on iOS simulator, device has no problem.
Your Answer
Think you can help? Login to answer this question!