Open
Description
The code in xml is as follows:
<Page.actionBar>
<ActionBar>
<ActionBar.titleView>
<FlexboxLayout flexDirection="row" justifyContent="space-between">
<Label text="leftIcon" />
<Label text="middleText" />
<Label text="rightIcon" />
</FlexboxLayout>
</ActionBar.titleView>
</ActionBar>
</Page.actionBar>
The 3 labels are shown side by side which is not what justifyContent="space-between" means.
more info:
- development machine: Windows 10 64bit
- target platform: android
- cli version: 3.2.1
- Cross-platform modules: 3.2.0
- Runtime: 3.2.0
- Plugin: no plugin used.
Thank you.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.