[TIMOB-27802] Add parity to Android TabGroup by allowing navigation window stack within each tab
| GitHub Issue | n/a |
|---|---|
| Type | New Feature |
| Priority | None |
| Status | Open |
| Resolution | Unresolved |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | n/a |
| Labels | n/a |
| Reporter | Brenton House |
| Assignee | Unknown |
| Created | 2020-03-11T15:03:13.000+0000 |
| Updated | 2020-12-30T11:45:07.000+0000 |
There is a small bug in Alloy at the moment that prevents NavigationWindow in TabWindow. A small PR to fix that: https://github.com/appcelerator/alloy/pull/1067
[~bhouse] Ah ok, I thought it should work this way too:
and now when you open a new window it should still display the bottom navigation. But you want to have the NavigationWindow inside the Tabs.Yes as Brenton suggests. Parity with iOS. This would be a great feature to have. I tried to do this with custom tabs on Android but it is very difficult.