We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c63c5ea commit 302a471Copy full SHA for 302a471
app/list-view/list-view-item-template.component.ts
@@ -15,7 +15,7 @@ export class CustomTemplateComponent {
15
@Component({
16
selector: "list-test",
17
template: `
18
- <GridLayout rows="*" automationText="mainView">
+ <GridLayout rows="*" automationText="mainView" iosOverflowSafeArea="false" >
19
<ListView [items]="myItems"
20
iosOverflowSafeArea="false" >
21
<ng-template let-item="item">
0 commit comments