-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
Priority:1Created by mkArtakMSFTCreated by mkArtakMSFTarea-blazorBlazor Hybrid / Desktop, BlazorWebViewBlazor Hybrid / Desktop, BlazorWebViewdiscussedCreated by mkArtakMSFT to help with planning temporarily. It will be removed after planning is done.Created by mkArtakMSFT to help with planning temporarily. It will be removed after planning is done.platform/iost/enhancement ☀️New feature or requestNew feature or request
Milestone
Description
Final question: is there any straightforward way for a developer to prevent the overscroll/bounce effect when scrolling the root scroll container? Having overscroll at the page root makes it feel like not-a-real-app, since fixed/sticky menus bounce around in a way they wouldn't if it was a native app.
This is a longstanding problem for PWAs on iOS that is solvable on Electron. It would be great if this is solvable easily on MAUI too.
Originally posted by @SteveSandersonMS in #6432 (comment)
emanuelpaul, jirisykora83, scottkuhl, maphuew, Felix-Dev and 2 morejirisykora83, maphuew and Copilot
Metadata
Metadata
Assignees
Labels
Priority:1Created by mkArtakMSFTCreated by mkArtakMSFTarea-blazorBlazor Hybrid / Desktop, BlazorWebViewBlazor Hybrid / Desktop, BlazorWebViewdiscussedCreated by mkArtakMSFT to help with planning temporarily. It will be removed after planning is done.Created by mkArtakMSFT to help with planning temporarily. It will be removed after planning is done.platform/iost/enhancement ☀️New feature or requestNew feature or request
Activity
TanayParikh commentedon Apr 29, 2022
Suggested workaround by @jfversluis: #6432 (comment)
javiercn commentedon May 2, 2022
@TanayParikh I imagine this is not for RTM, is it?
TanayParikh commentedon May 2, 2022
No not for RTM/GA. This is more of a "nice to have"/enhancement (unless Steve feels differently based on the original comment)
SteveSandersonMS commentedon May 3, 2022
I don't think it's ship-blocking for GA, but it will stand out as being something people want to do right from the beginning, so I do think we should plan this for 7.0.
AswinPG commentedon Jun 11, 2022
100% agreed
jirisykora83 commentedon Aug 14, 2022
It is tagged as ios but isn't same issue with android 12? Or there is something what can be done for Android right now?
25 remaining items
mattleibow commentedon Jun 24, 2025
The disable can go in the MauiProgram as part of the builder.
But, does anyone want to keep the bounce? What if we removed it for net10 by default? #30169
Let me know your thoughts. I don't think anyone ever wanted the bouncy static toolbar, so I feel a default no-bounce is a good option. And you can enable in the opposite way like the comment above.
So basically, anyone love the bounce and wants to stop me?
SpikeThatMike commentedon Jun 24, 2025
Defo think it should be set to enable it instead. I have never ever seen anyone use the feature, only disable it. It makes scrolling on apps so annoying