-
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
Scroller doesn't scroll down enough for input #314
Comments
Ah, thanks for the screenshot. I think I know what the issue is. I'll see about fixing it. |
I need to push this app for an alpha preview, do you mind sharing what you think the issue might be so I can hack around it for now? Thanks. |
Hey @lingz, sorry about not getting back, vacation and all of that took us out of working for a bit. Is this issue still happening? |
Sorry, haven't had time to update to the latest with the refactoring. Will On Thu, Jan 16, 2014 at 10:03 PM, Max Lynch [email protected]:
|
Possibly related to #450. After some intense searching, finally tracked this down to some reported bugs with Android WebView and fullscreen. https://issues.apache.org/jira/browse/CB-4404 So to fix until the issues are resolved, we could:
|
This requires us to set fullscreen="false" in our cordova apps. Uses the resize event to determine when the keyboard has been shown, then broadcasts an event from the activeElement 'scrollChildIntoView', which is caught by the nearest parent scrollView. The scrollView will then see if that element is within the new device's height (since the keyboard resizes the screen), and if not scroll it into view. Additionally, when the keyboard resizes the screen we add a `.hide-footers` class to the body, which will hide tabbars and footer bars while the keyboard is opened. For now, this is android only. Closes #314.
I have this issue with ionic 0.9.26 and android 4.3. I have nothing special on controler or dependencies. |
the bug persists in ios? |
Why the cordova issue appears resolver? https://issues.apache.org/jira/browse/CB-4404 |
The scroller in content doesn't go far down enough to see the input field that I am trying to enter into.
The text was updated successfully, but these errors were encountered: