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 5
5
</ActionBar >
6
6
7
7
<GridLayout rows =" *, 0" backgroundColor =" red" >
8
- <MDBottomNavigation selectedIndex =" 1" :iosCustomPositioning =" true " >
8
+ <MDBottomNavigation selectedIndex =" 1" :iosCustomPositioning =" false " >
9
9
<!-- The bottom tab UI is created via MDTabStrip (the containier) and MDTabStripItem (for each tab)-->
10
10
<MDTabStrip >
11
11
<MDTabStripItem >
Original file line number Diff line number Diff line change 4
4
<NavigationButton text =" Back" android.systemIcon =" ic_menu_back" @tap =" onNavigationButtonTap" />
5
5
</ActionBar >
6
6
<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" >
8
8
<!-- The bottom tab UI is created via MDTabStrip (the containier) and MDTabStripItem (for each tab)-->
9
9
<MDTabStrip >
10
10
<MDTabStripItem >
Original file line number Diff line number Diff line change @@ -36,6 +36,10 @@ import Mixins from './Mixins.vue';
36
36
37
37
import '../app.scss' ;
38
38
39
+ import { Trace } from '@nativescript/core' ;
40
+ Trace . addCategories ( Trace . categories . NativeLifecycle ) ;
41
+ Trace . addCategories ( Trace . categories . ViewHierarchy ) ;
42
+ // Trace.enable();
39
43
installMixins ( ) ;
40
44
installBottomSheet ( ) ;
41
45
if ( __IOS__ ) {
You can’t perform that action at this time.
0 commit comments