File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 55 </ActionBar >
66
77 <GridLayout rows =" *, 0" backgroundColor =" red" >
8- <MDBottomNavigation selectedIndex =" 1" :iosCustomPositioning =" true " >
8+ <MDBottomNavigation selectedIndex =" 1" :iosCustomPositioning =" false " >
99 <!-- The bottom tab UI is created via MDTabStrip (the containier) and MDTabStripItem (for each tab)-->
1010 <MDTabStrip >
1111 <MDTabStripItem >
Original file line number Diff line number Diff line change 44 <NavigationButton text =" Back" android.systemIcon =" ic_menu_back" @tap =" onNavigationButtonTap" />
55 </ActionBar >
66 <GridLayout rows =" *, 0" backgroundColor =" red" >
7- <MDTabs ref =" tabs" :iosCustomPositioning =" false" :unloadOnTabChange =" false" backgroundColor =" green" >
7+ <MDTabs ref =" tabs" :swipeEnabled = " false " :animationEnabled =" false" :unloadOnTabChange =" false" backgroundColor =" green" >
88 <!-- The bottom tab UI is created via MDTabStrip (the containier) and MDTabStripItem (for each tab)-->
99 <MDTabStrip >
1010 <MDTabStripItem >
Original file line number Diff line number Diff line change @@ -36,6 +36,10 @@ import Mixins from './Mixins.vue';
3636
3737import '../app.scss' ;
3838
39+ import { Trace } from '@nativescript/core' ;
40+ Trace . addCategories ( Trace . categories . NativeLifecycle ) ;
41+ Trace . addCategories ( Trace . categories . ViewHierarchy ) ;
42+ // Trace.enable();
3943installMixins ( ) ;
4044installBottomSheet ( ) ;
4145if ( __IOS__ ) {
You can’t perform that action at this time.
0 commit comments