-
Notifications
You must be signed in to change notification settings - Fork 13.5k
bug(input): input controls in sliders are broken #9553
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
Hey @dylanvdmerwe ! Would you mind trying this with |
So after some more testing I have tracked down this issue to being a css issue related to the |
Update: i have a solution for this but its hacky and im not happy with it at the moment. Gonna try to clean it up. |
Working on this here https://github.com/driftyco/ionic/tree/inputSlides . Current strategy involves looking for the closest |
Hey @jgw96 how did the cleanup go? I noticed your inputSlides link you listed is gone now. |
Also having this issue with ionic@latest |
Link is dead .. |
@dylanvdmerwe Your fix helped me so i went an extra step and added Next thing i want to do is listen on input focus and move to top. |
Hi, |
For iOS I recommend trying the WkWebView plugin. Should help quite a lot with scrolling issues. Also check out Ionic 3.0.1 which fixed a regression from 2.3.0. |
Thanks for the answer! |
Android and iOS still the same problem with newest wkwebview and Ionic 3.0.1 |
Hey @jgw96 ! Do you still work on this issue? It still exists using the recent Ionic Release 3.2.0. Thanks for replying soon. |
Same problem here. in this
In that moment the black space appears. I tested it with the latest 3.2.0 |
This is still an issue in version 3.6.0. @jgw96 are you able to share your hack as a temporary solution? cli packages: (D:\Projects\progressa\demo\node_modules)
global packages:
local packages:
System:
|
I am experiencing the same thing. Latest of ionic seems to still have this problem. I ended up having to go with a different UI design since I couldn't get this to work. |
Also not working for me. |
Thanks for the issue! This issue is being closed due to inactivity. 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. Thank you for using Ionic! |
Uh oh!
There was an error while loading. Please reload this page.
Ionic version: (check one with "x")
[x] 2.x
I'm submitting a ... (check one with "x")
[x] bug report
Current behavior:
I have an
ion-slides
component which has someion-input
andion-textarea
controls in. On RC2 the way the form scrolled when a keyboard displayed on a device was bearable. In RC3 it is completely broken. In latest nightly it's better but still very bad.When a user touches an input, the input completely flies off the screen or is in the completely wrong position. When the keyboard is dismissed the screen is not returned to it's proper position. I have
ion-footer
elements in eachion-slide
which show how the screen is not aligned after the keyboard is dismissed.On iOS the footer and input are in the wrong positions, and sometimes the inputs do not even accept inputs from the keyboard.
Tested on Android 6.0.1 and iOS 10.1. No Crosswalk or WKWebView.
Expected behavior:
Scrolling to work correctly for form inputs on slides.
Similar to this issue. #5744
See Android screenshots below. I will send a repro project to whichever team member requires it.
Ionic info: (run
ionic info
from a terminal/cmd prompt and paste output below):The text was updated successfully, but these errors were encountered: