Skip to content
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

feat(ion-tabs): avoid bouncing on overscroll #30207

Open
3 tasks done
rbalet opened this issue Feb 22, 2025 · 3 comments
Open
3 tasks done

feat(ion-tabs): avoid bouncing on overscroll #30207

rbalet opened this issue Feb 22, 2025 · 3 comments
Labels

Comments

@rbalet
Copy link

rbalet commented Feb 22, 2025

Prerequisites

Describe the Feature Request

Avoid the bouncing effect of the ion-tabs on overscroll

Describe the Use Case

Native apps doesn't seems to have this problem, and the only way to avoid this bounce is to disable the bouncing effect, which isn't an acceptable workaround.

Example:
https://www.youtube.com/shorts/gfWTLhV2FpQ

Describe Preferred Solution

ion-tabs and maybe ion-header shouldn't be affected by the overscroll bouncing effect

Describe Alternatives

No response

Related Code

No response

Additional Information

No response

@ionitron-bot ionitron-bot bot added the triage label Feb 22, 2025
@ozgurg
Copy link

ozgurg commented Mar 2, 2025

Have you checked this?
ionic-team/capacitor#5384

@rbalet
Copy link
Author

rbalet commented Mar 2, 2025

Have you checked this? ionic-team/capacitor#5384

Thx, I have a feeling that the issue is a bit different in the way that I'd prefer to keep the behaviour, but just not for the tabs element (even if one of the comment submitted a question about it).

But I may be wrong, in that case please let me know

@ozgurg
Copy link

ozgurg commented Mar 5, 2025

Have you checked this? ionic-team/capacitor#5384

Thx, I have a feeling that the issue is a bit different in the way that I'd prefer to keep the behaviour, but just not for the tabs element (even if one of the comment submitted a question about it).

But I may be wrong, in that case please let me know

Hmm, maybe WebView.OVER_SCROLL_IF_CONTENT_SCROLLS works for you.
https://developer.android.com/reference/android/webkit/WebView

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants