Skip to content

Empty space after keyboard close #5678

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

Closed
zikosichi opened this issue Mar 2, 2016 · 6 comments
Closed

Empty space after keyboard close #5678

zikosichi opened this issue Mar 2, 2016 · 6 comments

Comments

@zikosichi
Copy link

Short description of the problem:

I have a simple form. Initially, everything is ok, but when I focus on any input and then blur, at the bottom appears big empty space.

screenshot_20160302-145823
screenshot_20160302-145830
screenshot_20160302-145849

Ionic Version: 2.x

iOS / Android / Chrome

@weupagency
Copy link

Hi !

To fix that problem you just have to add the following code in your .scss file :

scroll-content {
    position:relative;
}

@kalcheat
Copy link

kalcheat commented Mar 7, 2016

i have the same issue.

If i add

scroll-content { position:relative; }

and the form is longer than one page, i loose the ability to scroll :/

@jgw96
Copy link
Contributor

jgw96 commented Mar 11, 2016

Thanks for submitting this issue! As this bug is a duplicate of issue #5800 i will be closing this one. Please feel free to continue the conversation on this issue over there. Thanks Again!

@jgw96 jgw96 closed this as completed Mar 11, 2016
@EvanWillms
Copy link

This looks like another report of #5432.

@zikosichi & @kalcheat, I've posted some notes about the temporary workaround I'm currently using to prevent the extra whitespace from developing at:
https://forum.ionicframework.com/t/disable-scroll-ionic2-ios9-not-working/44847/5?u=evanwillms

@hidemo
Copy link

hidemo commented May 16, 2018

@ionitron-bot
Copy link

ionitron-bot bot commented Sep 1, 2018

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.

@ionitron-bot ionitron-bot bot locked and limited conversation to collaborators Sep 1, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants