Nativescript: How to make the TabView rendering at top of the page in IOS?

Created on 24 Mar 2017  路  4Comments  路  Source: NativeScript/NativeScript

How to make the TabView rendering at top of the page in IOS?

Most helpful comment

What about setting iOS to top?

All 4 comments

Hi @giscafer ,
As we want to keep the native behavior on both platforms, currently tabs are shown on top in Android apps and at the bottom in iOS apps and there's no way to change that. We've received several similar questions so I logged it a feature request for future consideration in https://github.com/NativeScript/NativeScript/issues/3871.

Meanwhile, you could mimic the desired result by using SegmentedBar.

With the latest version though, it is possible to position the tabs at the bottom on Android:

androidTabsPosition="bottom"

What about setting iOS to top?

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

surdu picture surdu  路  63Comments

valentinstoychev picture valentinstoychev  路  136Comments

Dimitrievskislavcho picture Dimitrievskislavcho  路  51Comments

valentinstoychev picture valentinstoychev  路  70Comments

AbanoubNassem picture AbanoubNassem  路  53Comments