gotson / komga

Media server for comics/mangas/BDs/magazines/eBooks with API and OPDS support
https://komga.org
MIT License
3.76k stars 219 forks source link

Disable bounce when reaching web page end on iOS ipadOS devices #1485

Closed zpaolo11x closed 2 months ago

zpaolo11x commented 3 months ago

Describe your suggested feature

On iPhone and iPad when the web page is at the top or bottom, further vertical swipe will introduce a "bounce" spring-loaded effect, that if forced causes the page to reload. Especially when using the web reader this can be a bit distracting. There are ways to disable this using CSS like this (which disable it on the whole website):

html { overscroll-behavior: none; }

or more complex solutions like this: https://github.com/timbartsch/no-bounce

Other details

No response

Acknowledgements