dotnet / dotnet/website-feedback
Poor scrolling https://dotnet.microsoft.com/en-us/ on iPad
Open
area-website
bug
info-provided
- Dominant language
- No language data
- Stars
- 7
- Forks
- 57
- PR merge metrics
- No merged PRs in 30d
Description
### Is there an existing issue for this?
- [x] I have searched the existing issues
### URL
https://dotnet.microsoft.com/en-us/
### Browser
iPad, iOS 26.4
### Description
Scrolling https://dotnet.microsoft.com/en-us/ on iPad is awful; there's no momentum scrolling, and it seems to actively prevent you from scrolling.
This happens because the page is repeatedly calling `window.scrollTo(0, window.scrollY)` which interrupts any momentum scrolling. There should be no need to call `scrollTo()` at all.
### Additional context
_No response_
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.