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

Keyboard scroll doesn't reset scrollview correctly #691

Closed
thebuilder opened this issue Feb 27, 2014 · 5 comments
Closed

Keyboard scroll doesn't reset scrollview correctly #691

thebuilder opened this issue Feb 27, 2014 · 5 comments
Assignees

Comments

@thebuilder
Copy link

If you click an input field that causes the view to scroll, the scrollview does not get reset correctly after the keyboard closes. The .scroll div and .scroll-bar are moved up below the headerbar, and you cannot get them back down.

In the attached screenshots is the same view, scrolled to the top, before and after i click one of the lower input fields.
screen1
screen2

@sicsol
Copy link

sicsol commented Feb 27, 2014

have you tried using this viewport settings. This seemed to fix most of my scrolling/keyboard issues

<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no, width=device-width height=device-height">

@adamdbradley
Copy link
Contributor

I just pushed a large tap refactor to solve many of these issues:
https://github.com/driftyco/ionic/blob/master/test/unit/angular/service/tap.unit.js#L4

Would you be able to test the nightly build (1712 or later) and let us know if it solved this issue?
http://code.ionicframework.com/#nightly

Thanks

Related: #862 #740 #726 #691 #689 #365 #26 #1134 #1120 #1105 #1078 #772 #745

@rlbarreto
Copy link

This nightly 1746 did not resolved the keyboard/scroll reset problem. It still presents my view out of the screen(up) and a white space at it's bottom. Looks like the space lost at the top of the view is being show at the bottom.

@adamdbradley adamdbradley modified the milestones: 1.0.0-beta.3, 1.0.0-beta.2 Apr 30, 2014
@tlancina
Copy link
Contributor

Should be fixed with latest keyboard and viewport stuff.

@ionitron-bot
Copy link

ionitron-bot bot commented Sep 6, 2018

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.

@ionitron-bot ionitron-bot bot locked and limited conversation to collaborators Sep 6, 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

6 participants