Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
4 tasks done
zpaolo11x opened this issue Apr 29, 2024 · 0 comments
Closed
4 tasks done

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

zpaolo11x opened this issue Apr 29, 2024 · 0 comments
Labels
enhancement New feature or request reader:divina Need works in the WebReader

Comments

@zpaolo11x
Copy link

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

  • I have searched the existing issues and this is a new ticket, NOT a duplicate or related to another open issue.
  • I have written a short but informative title.
  • I have updated the app to the latest version.
  • I will fill out all of the requested information in this form.
@gotson gotson added enhancement New feature or request reader:divina Need works in the WebReader and removed triage labels Apr 29, 2024
Repository owner locked and limited conversation to collaborators Jun 4, 2024
@gotson gotson converted this issue into discussion #1600 Jun 4, 2024

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
enhancement New feature or request reader:divina Need works in the WebReader
Projects
None yet
Development

No branches or pull requests

2 participants