You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
capdiem
changed the title
[Bug Report] PageStack: stack page cannot scroll in iOS(safari)
[Bug Report] PageStack: prevent scroll bounce in iOS
Nov 29, 2024
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
The text was updated successfully, but these errors were encountered: