Skip to content

Disable pull to refresh on all sites. #2058

Description

@styromaniac

Chrome's pull to refresh is annoying. Have it disabled with:

body{
overscroll-behavior-y:none;

}

Then make the 0 button able to be pulled down to refresh the page.

Scrolling up on ZeroHello for instance sometimes causes a page refresh and I find this problem unavoidable until the CSS above is added.

It's a mobile device problem.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions