Skip to content

Poor scrolling https://dotnet.microsoft.com/en-us/ on iPad #1179

@smfr

Description

@smfr

Is there an existing issue for this?

  • 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

Metadata

Metadata

Assignees

Labels

area-websiteIssues related to the website in generalbugSomething isn't workingneeds-more-infoNot enough information has been provided. Please share more detail as requested.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions