Skip to content

[Bug Report] PageStack: prevent scroll bounce in iOS #2268

@capdiem

Description

@capdiem

Masa.Blazor version

v1.8.0

Hosting model

Blazor Server

Describe the bug

As mentioned in https://stackoverflow.com/questions/17308027/overflow-yhidden-ios-issue-with-inner-scrolling-div, the usual approach is to disable scrolling on the root element and then set the content after the MAppBar component to be a scrollable area. However, some features of the MAppBar component may become ineffective if this is done. By customizing the scrollable area that the MAppBar listens to, those subsequent issues should be resolved.

Another solution is available at https://github.com/timbartsch/no-bounce, but it may conflict with the PullToRefresh component.

Expected Behavior

No response

Steps To Reproduce

No response

Reproduction code

No response

.NET version

No response

Metadata

Metadata

Assignees

No one assigned

    Type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions