Hi,
On android, the first widnow of my app show tabgroup. the window contains tableView, when i click to a row, i go to another window but i lost tabgroup.
here is the code :
tableViewWilayas.addEventListener('click', function(e){ var winDairas = require('ui/dairas').createWindow(e.source.title); self.tabGroup.activeTab.open(winDairas); });i thought that when i am using activeTab. i keep tabgroup ?!
thanks for help.
1 Answer
On android, you cannot open a new window ON the tab like you can in iOS.
Your Answer
Think you can help? Login to answer this question!