-
Notifications
You must be signed in to change notification settings - Fork 13.5k
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
bug: vue, scroll position resets with swipe down #24435
Comments
Thanks for the issue! This issue has been labeled as In the meantime, please read our Winter Holiday Triage Guide for information on how to ensure that your issue is triaged correctly. Thank you! |
Thanks for the issue! This issue has been labeled as Please reproduce this issue in an Ionic starter application and provide a way for us to access it (GitHub repo, StackBlitz, etc). Without a reliable code reproduction, it is unlikely we will be able to resolve the issue, leading to it being closed. If you have already provided a code snippet and are seeing this message, it is likely that the code snippet was not enough for our team to reproduce the issue. For a guide on how to create a good reproduction, see our Contributing Guide. |
The bug also occurs in the official starter app template (https://github.com/ionic-team/starters/tree/main/vue/official/list) so a step-by-step reproduction would be: ionic start myApp list --type=vue
cd myApp
ionic cap add ios
ionic cap run ios |
I can reproduce this behavior. It looks to be unique to Vue as I can only reproduce it in an Ionic Vue starter app. Also, I can only reproduce this in Ionic 6. edit: This does not seem to be specific to collapsible large titles or refreshers. |
Thanks for the issue. Can you try the following dev build and let me know if it resolves the issue?
|
Yes this looks good! Thank you. |
Thanks for the issue. This has been resolved via #24791, and a fix will be available in an upcoming release of Ionic Framework. |
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out. |
Prerequisites
Ionic Framework Version
Current Behavior
When starting a new ionc vue list app, there is a problem with collapsed ios titles on first scroll. After the first scroll everything is working as expected. Without the collapsed ion-header, everything works fine. Also wenn navigating to a child page and come back, scrolling works fine, the bug only occurs after app start (or after navigating via tabs)
Simulator.Screen.Recording.-.iPhone.11.-.2021-12-17.at.09.24.20.mp4
Expected Behavior
The app should be scrollable also on the first scroll event.
Steps to Reproduce
Code Reproduction URL
No response
Ionic Info
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: