-
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: Click a input field. whole Webapp jumps down and back to the original place and swipe issue again not solve in new version of ionic "uranium-unicorn" #3986
Comments
I'm also experiencing this issue. If I try to tap a text area in a scrollable list, the whole list scrolls to the top and the view "freezes". You can no longer move your view. Its basically this issue: #3727 Edit: it looks like you can move the view if you tap on the text area first, and then drag. If you tap outside of the text area, it won't work. |
Update I tried the latest nightly build. Here, when tapping a text area, its brought into view. The view is still frozen. You can't scroll up or down, but at lease the keyboard isn't hiding the text area. That said, this doesn't work that well. It kinda shakes into position and isn't very smooth. It does cause another issue however. It breaks the scrolling on lists that have on-tap or on-hold on their items. These lists simply never scroll anymore. |
Would you be able provide a codepen for testing? |
Hey @mhartington, I have this issue also, but it can only be replicated in the emulator or on a device. If you start a new |
Thanks @sean-hill - i started a new project and forgot to add the disableScroll setting like the previous project :) |
Maybe this should be on by default? |
Yeah, I definitely think so, or at least some Ionic solution to it. It's kinda embarrassing when you're demoing Ionic to someone on the fly, and your app is bouncing all over the place. Kinda ruins how cool Hybrid dev is 😄 |
on by default now. |
Type: bug
Platform: ios 8 browser
Hello Guys.
I am facing the issue in my registration page with scrolling issue.
I Commented document.body.scrollTop = 0;
scrollView.scrollTop = 0;
but again scroll issue not solve yet.Even i have already update ionic which is the latest one.
The text was updated successfully, but these errors were encountered: