This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Disable bounce when reaching web page end on iOS ipadOS devices #1485
Labels
You can continue the conversation there. Go to discussion →
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
The text was updated successfully, but these errors were encountered: