-
Notifications
You must be signed in to change notification settings - Fork 13.5k
Focusing ion-textarea inside ionslides #13573
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
this an old unsolved issue #9553 |
Hi, Thank you for directing me to this. Fortunately I am using it in a modal which means the absolute positioning is not much of an issue. I guess it's just a case of wait until one of the team can fix the issue. Cheers |
Closing as duplicate of #9553 |
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. |
Uh oh!
There was an error while loading. Please reload this page.
Ionic version: (check one with "x")
(For Ionic 1.x issues, please use https://github.com/ionic-team/ionic-v1)
[ ] 2.x
[x] 3.x
[ ] 4.x
I'm submitting a ... (check one with "x")
[x] bug report
[ ] feature request
Current behavior:
I have a form setup inside the ion-slides component, when deploying to android (OnePlus3T Oreo) and selecting the ion-textarea from within the form, the keyboard pops up, but it also pushes the entire content out of view.
If I take the form outside of the ion-slides, and then select the notes field, the content is selected as expected
Expected behavior:
Having a form inside an ion-slide should behave the same as outside when it comes to display the keyboard
Steps to reproduce:
Deploy the attached demo project to an android device
Click on the notes field
keyboard will push entire content out of view
comment out the slides wrapping around the form
update formgroup to currentObservation.FormGroup from observation.FormGroup
deploy to android
click notes field
notice the content is not thrown out of view
Here is the link to the git repo https://github.com/lordsteggu/KeyboardDemo, if it is something I am doing wrong then just let me know.
Cheers
:)
The text was updated successfully, but these errors were encountered: