HelloZeroNet / HelloZeroNet/ZeroNet
Disable pull to refresh on all sites.
Open
enhancement
- Dominant language
- JavaScript
- Stars
- 18.8k
- Forks
- 2.3k
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.