-
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: ion-slides with form inputs #5744
Comments
Related: #6133 |
@jgw96 Could you reopen this issue? I facing it using the latest version of ionic (beta.11). |
@jgw96 This is still happening with RC0. |
@manucorporat I'm seeing this as well. (also FYI this issue is assigned to a closed milestone) |
Happening in Ionic 1 with ion-slides as well. |
Any workaround? |
Hello all! I am going to close this issue as a duplicate of #9553 as they are caused by the same issue. |
Just to chime in here on 04/30/17. I have am experiencing this issue as well. The inputs on the form jump around and/or disappear from the screen altogether making the slides completely unusable. |
I am also experiencing this issue. Ionic info: cli packages: (/home/juanpmarengo/Projects/mydoc-ionic/node_modules)
global packages:
local packages:
System:
|
Still getting this bug with latest: cli packages: (E:\dev\circles_testnet_v2\node_modules)
global packages:
local packages:
System:
|
Have you ever found an actual working solution for this? I don't want to put all my input fields into one page, i guess slides are my only option. |
Not I @wowkucko |
getting this too |
same here.. and I am stuck in the middle of a project. cli packages: (/usr/local/lib/node_modules)
global packages:
local packages:
System:
|
I am facing still this issue when keyboard open, my slides go up and didn't show, until keyboard hide. |
any solution? |
I had same problem. But I was surprised when It worked after adding a div tag around ion-slides. |
The issue comes from the fact that ion-slides have 100% height set, so each slide covers whole screen from top to bottom. The workaround from @yohoprashant works because putting your ion-slides in a div without styles sets their height to 100% of unstyled div (and that let's page scroll normally again) A more explicit, but similar fix could be: component:
html:
css:
|
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. |
Short description of the problem:
On a device, when there is an ion-input, the ion-list scrolling behaviour does not work.
What behavior are you expecting?
On a device when inputting information, the keyboard opens up and the ion-list scrolls so that the keyboard does not cover the input fields. When the user closes the keyboard, the ion-list then scrolls back to it's original position.
If input is required in an ion-slides component (maybe as part of a wizard), the scrolling behaviour does not work as expected. The form's inputs move off the screen and the content cannot be seen. When the keyboard is closed, the content does not move back into focus.
The following simple input form works perfectly. The keyboard shows and the inputs are scrolled so that they are visible with the keyboard.
If this exact same code was inside of an , the scrolling behaviour does not work.
A screenshot of all the content completely off screen with the keyboard open:
Ionic Version: 2.x
Browser & Operating System: iOS / Android
Run
ionic info
from terminal/cmd prompt:The text was updated successfully, but these errors were encountered: