-
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
ionic2 slides keyboard bug #5571
Comments
Any progress on this issue? |
Given this description of space being suddenly claimed by the keyboard when an input field is tapped and then not released afterward, this sounds like another effect of #5432. @HazeDevelopment, @alpotapov: You might be able to make use of the workaround I found to let the keyboard slide over the content, preventing it from getting permanently squished: @brandyscarney: I would guess that this issue shares a root cause with #5432 and is unrelated to potential work in #6007, but you should probably have someone more familiar verify. |
related to #5744 |
An plunkr example of a form with various input components within an The form creates all sorts of chaos. Granted this is quite a big form, but this is just an example.
|
Hey everyone! Just wanted to let the community know that we are currently making alot of changes to slides for beta.5, along with some much better docs, so look out for fixes for slides in beta.5! (: |
Any news about this bug? I having exactly the same problem....:( |
Still experiencing this issue as well |
Is there any solutions to this issue yet? I am using Ionic 2 RC1 and having this problem. I put my login form on a slider, then on iPhone if I tap on the input box then if I move away the focus from the textbox and tap again then the form moves up. Please see the screenshot. |
Same here with RC2. On SimulatorInitial screen = normalEntering first field = content goes mostly off screen, almost all blank, second field disappearedEntering second field = content goes again off screen, biiiiig time !!Typing in second field = first field has been pushed up againLeaving second field = back to normalOn DeviceInitial screen = normalEntering first field = content goes mostly off screen, now we can see why (keyboard), second field has disappeared alsoExiting first field = second field label re-appearsEntering second field = not pushed as much as on simulatorLeaving second field = back to normal !Re-entering second field = biiiiiig messInfo
HTML
TypeScript
Safari inspector (on simulator)When everything is normal, ion-content inserts a div with
|
@manucorporat There is a very helpful gist by @EvanWillms |
Is there any progress on this issue? I have the same problem, when typing on an input inside a slide the slide is broken |
I've been using I have a workaround described in #10258. It involves making the slider The one caveat is that |
I'm still facing this issue ordova CLI: 6.5.0 |
+1 Cordova CLI: 6.5.0 |
This workaround worked for me in app.modules.ts:
Source: |
I am facing this issue in android case. Any solution for it. |
Hello i'm facing the same issue. Any update? |
I have the same issue. 2 years old bug... |
Thanks for the issue! We have moved the source code and issues for Ionic 3 into a separate repository. I am moving this issue to the repository for Ionic 3. Please track this issue over there. Thank you for using Ionic! |
Issue moved to: ionic-team/ionic-v3#42 |
Short description of the problem:
I got a couple of slides, and the last one of them has a login form. whenever I try to type in the input fields, the keyboard pops up and the slides are broken, they're auto resized to the space left, and after closing the keyboard they stay that way.
What behavior are you expecting?
I am expecting it to be pushed up (like usual phone behavior I guess?) and make it possible to use form fields in slides.
Steps to reproduce:
Ionic Version: 1.x / 2.x
2
Browser & Operating System: iOS / Android / Chrome
All of them.
Run
ionic info
from terminal/cmd prompt:The text was updated successfully, but these errors were encountered: