Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Re-positioning tab view to bottom in nativescript angular

Can any one explain me how can change the position of native script tabs to bottom for nativescript with angular framework implementation

<TabView **property here to be used to make align at bottom**>
....
....
</TabView>
like image 633
Naveen Vignesh Avatar asked Nov 26 '25 17:11

Naveen Vignesh


1 Answers

On iOS tabs appear in the bottom of the view, as this is the standard, however in Android a flag must be set:

<TabView androidTabsPosition="bottom" >

This is taken from the TabView documentation on the NativeScript website. I also happened to be in a position to test this immediately on an Android emulator and can confirm it is working (at the time of writing).

like image 188
Rohan Avatar answered Nov 28 '25 10:11

Rohan



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!