-
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: status bar scroll to top does not fully cancel content scroll #20423
Comments
I did some Research about this Topic interrupt Momentum Scroll and found this:
|
Thanks for the issue. Can you provide a repo with the code required to reproduce this issue? |
Yeah, i can do it, but not before tomorrow. But you can just create a new App with a large List and run on an iOS Device. |
Thanks for the follow up. Are you using Cordova or Capacitor? |
Cordova, because not all of my Plugins are Capacitor-Ready |
Ok thanks I was able to reproduce this. There are some issues with the status bar tap in both Cordova and Capacitor so I will need to dig into this a bit more. |
@liamdebeasi any chance you can dig into this a bit more for V6? |
…24001) resolves #20423 Co-authored-by: Hans Krywalsky <[email protected]>
Thanks for the issue. This has been resolved via #24001, 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. |
Bug Report
Ionic version:
[x] 4.11.10
maybe also a topic for v5?
Current behavior:
When i have a large content on iOS and scroll down, then (while scrolling) tap on the status bar, a scroll to top is emitted. So far so good. But after that, the content is automatically scrolled a bit, like it scrolls the rest of the first scroll.
Expected behavior:
When i tap on the status bar and scroll to top, want to end the current scroll and don't continue scrolling.
Video
Other information:
Ionic info:
The text was updated successfully, but these errors were encountered: