File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -232,8 +232,8 @@ export class Tabs extends Ion {
232
232
super ( _elementRef ) ;
233
233
this . parent = parent ;
234
234
this . id = ++ tabIds ;
235
- this . subPages = _config . getBoolean ( 'tabSubPages' ) ;
236
- this . _useHighlight = _config . getBoolean ( 'tabbarHighlight' ) ;
235
+ this . subPages = _config . getBoolean ( 'tabSubPages' , false ) ;
236
+ this . _useHighlight = _config . getBoolean ( 'tabbarHighlight' , false ) ;
237
237
this . _sbPadding = _config . getBoolean ( 'statusbarPadding' , false ) ;
238
238
239
239
if ( parent ) {
Original file line number Diff line number Diff line change @@ -37,8 +37,11 @@ Config.setModeConfig('ios', {
37
37
38
38
spinner : 'ios' ,
39
39
40
+ tabbarHighlight : false ,
40
41
tabbarPlacement : 'bottom' ,
41
42
43
+ tabSubPages : false ,
44
+
42
45
toastEnter : 'toast-slide-in' ,
43
46
toastLeave : 'toast-slide-out' ,
44
47
} ) ;
@@ -72,6 +75,7 @@ Config.setModeConfig('md', {
72
75
73
76
pickerEnter : 'picker-slide-in' ,
74
77
pickerLeave : 'picker-slide-out' ,
78
+ pickerRotateFactor : 0 ,
75
79
76
80
popoverEnter : 'popover-md-pop-in' ,
77
81
popoverLeave : 'popover-md-pop-out' ,
@@ -116,6 +120,7 @@ Config.setModeConfig('wp', {
116
120
117
121
pickerEnter : 'picker-slide-in' ,
118
122
pickerLeave : 'picker-slide-out' ,
123
+ pickerRotateFactor : 0 ,
119
124
120
125
popoverEnter : 'popover-md-pop-in' ,
121
126
popoverLeave : 'popover-md-pop-out' ,
You can’t perform that action at this time.
0 commit comments