-
Notifications
You must be signed in to change notification settings - Fork 13.5k
bug: statusTap issue with native scroll on iOS #4743
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
Comments
Thanks, will get this fixed |
Thanks for guiding this one, I did a slightly different solution. Mind testing on WKWebView and letting me know how it goes? |
@mlynch I just tested it and it works, however, I think |
Type: bug
Platform: ios 8 webview
When tapping the status bar in the new ionic master while there is a momentum scroll happening the scroll to top doesn't complete properly. It snaps to top then back down to where the initial momentum scroll's end position was. This happens with native scrolling.
This can probably be fixed by forcing
overflow: hidden
on the overflow-scroll="true" div to freeze the scroll.This was also an issue in previous ionic versions with native scrolling on iOS.
The text was updated successfully, but these errors were encountered: