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

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

Closed
smamit27 opened this issue Jun 24, 2015 · 8 comments
Assignees

Comments

@smamit27
Copy link

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.

@smamit27 smamit27 changed the title 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" 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" Jun 24, 2015
@AdrianC9
Copy link

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.

@AdrianC9
Copy link

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.

@mhartington
Copy link
Contributor

Would you be able provide a codepen for testing?

@mhartington mhartington self-assigned this Jun 25, 2015
@mhartington mhartington added the needs: reply the issue needs a response from the user label Jun 29, 2015
@sean-hill
Copy link

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 tabs project and add a few inputs to a page, and load it up in your emulator, you can see all the bounciness. This happens for me for the latest Ionic version. I also have cordova.plugins.Keyboard.disableScroll(true); set.

@ashconnell
Copy link

Thanks @sean-hill - i started a new project and forgot to add the disableScroll setting like the previous project :)

@ashconnell
Copy link

Maybe this should be on by default?

@sean-hill
Copy link

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 😄

@mhartington
Copy link
Contributor

on by default now.

ionic-team/ionic-app-base@2e11240

@mhartington mhartington removed the needs: reply the issue needs a response from the user label Jul 14, 2015
@ionitron-bot ionitron-bot bot locked and limited conversation to collaborators Sep 7, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants