MASA.Blazor icon indicating copy to clipboard operation
MASA.Blazor copied to clipboard

[Bug Report] PageStack: prevent scroll bounce in iOS

Open capdiem opened this issue 11 months ago • 0 comments

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

capdiem avatar Nov 29 '24 07:11 capdiem