HelloZeroNet / HelloZeroNet/ZeroNet
Disable pull to refresh on all sites.
Aperta
enhancement
- Lingua principale
- JavaScript
- Stelle
- 18.8k
- Fork
- 2.3k
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
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.
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.