Skip to content

Commit 63b0eef

Browse files
committed
fix(lab): proper statusbar padding
relies on ionic-team/ionic-framework@0379977 fixes ionic-team#3069
1 parent 30908a3 commit 63b0eef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/@ionic/lab/src/stencil/components/ionlab-preview/ionlab-preview.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export class Preview {
2121
};
2222

2323
if (platform === PLATFORM_IOS) {
24-
qp['ionic:statusbarPadding'] = 'true';
24+
qp['ionic:_forceStatusbarPadding'] = 'true';
2525
}
2626

2727
return `${this.url}?${Object.keys(qp).map(k => `${encodeURIComponent(k)}=${encodeURIComponent(qp[k])}`).join('&')}`;

0 commit comments

Comments
 (0)