Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-27802] Add parity to Android TabGroup by allowing navigation window stack within each tab

GitHub Issuen/a
TypeNew Feature
PriorityNone
StatusOpen
ResolutionUnresolved
Affected Version/sn/a
Fix Version/sn/a
Componentsn/a
Labelsn/a
ReporterBrenton House
AssigneeUnknown
Created2020-03-11T15:03:13.000+0000
Updated2020-12-30T11:45:07.000+0000

Description

Comments

  1. Michael Gangolf 2020-12-29

    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
  2. Brenton House 2020-12-29

  3. Michael Gangolf 2020-12-29

    [~bhouse] Ah ok, I thought it should work this way too:
       <Alloy>
       	<NavigationWindow>
       		<TabGroup title="Tabgroup">
       			<Tab title="tab">
       				<Window/>
       			</Tab>
       			<Tab title="tab">
       				<Window/>
       			</Tab>
       		</TabGroup>
       	</NavigationWindow>
       </Alloy>
       
    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.
  4. Simon Buckingham 2020-12-30

    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.

JSON Source