Skip to content

[maxHeight] property not working. #53

Description

@mewehren

What iam doing wrong? Ionic 4 Version

HTML
<lib-ionic-pullup (onExpand)="footerExpanded()" (onCollapse)="footerCollapsed()" [(state)]="footerState"
[toolbarTopMargin]="100" [minBottomVisible]="200" [maxHeight]="getMaximumHeight()">

TS
getMaximumHeight() {
return window.innerHeight / 2;
}

my content still fills the entire screen

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions