File tree Expand file tree Collapse file tree 4 files changed +7
-1
lines changed Expand file tree Collapse file tree 4 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 22html .plt-mobile ion-app {
33 user-select : none ;
44}
5+
6+ ion-app .force-statusbar-padding {
7+ --ion-safe-area-top : 20px ;
8+ }
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ export class App implements ComponentInterface {
3131 return {
3232 class : {
3333 'ion-page' : true ,
34+ 'force-statusbar-padding' : this . config . getBoolean ( '_forceStatusbarPadding' )
3435 }
3536 } ;
3637 }
Original file line number Diff line number Diff line change 108108 menu . open ( 'start' ) ;
109109 }
110110 function openEnd ( ) {
111- debugger ;
112111 console . log ( 'Open end menu' ) ;
113112 menu . open ( 'end' ) ;
114113 }
Original file line number Diff line number Diff line change @@ -48,6 +48,8 @@ export interface IonicConfig {
4848 popoverLeave ?: string ;
4949 toastLeave ?: string ;
5050 pickerLeave ?: string ;
51+
52+ _forceStatusbarPadding ?: boolean ;
5153}
5254
5355export function setupConfig ( config : IonicConfig ) {
You can’t perform that action at this time.
0 commit comments