Hide Tab Buttons in NativeScript TabView

后端 未结 3 690
我寻月下人不归
我寻月下人不归 2021-01-15 17:29

I\'m using Nativescript with Typescript/Angular and, for both iOS and Android, I\'d like to hide the navigation tab buttons completely without losing the swipe functionality

3条回答
  •  傲寒
    傲寒 (楼主)
    2021-01-15 18:11

    Old question but maybe someone else also hits this so giving more updated answer.

    Nativescript v6 introduced Tabs (and BottomNavigation) with purpose to replace TabView: https://nativescript.org/blog/tabs-and-bottomnavigation-nativescripts-two-new-components/

    So solution with Tabs is simply to remove the TabStrip portion, e.g.

    
      
          
              
      
      
          
              
      
    
    

提交回复
热议问题