Skip to content
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

Set window.viewInsets.bottom to keyboard height on iOS #4420

Merged
merged 1 commit into from
Dec 6, 2017

Conversation

cbracken
Copy link
Member

@cbracken cbracken commented Dec 6, 2017

This allows for us to start migrating framework classes (notably
Scaffold) to use window.viewInsets.bottom to get the keyboard height.
Once framework updates have landed, we will land an engine patch to
expose the iOS bottom safe area inset as padding.

This change is already landed for Android.

Related issue: flutter/flutter#12098

This allows for us to start migrating framework classes (notably
Scaffold) to use window.viewInsets.bottom to get the keyboard height.
Once framework updates have landed, we will land an engine patch to
expose the iOS bottom safe area inset as padding.

This change is already landed for Android.
Copy link
Member

@xster xster left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LG

@xster
Copy link
Member

xster commented Dec 6, 2017

Is there a linkable issue reference?

@cbracken
Copy link
Member Author

cbracken commented Dec 6, 2017

This is a followup to flutter/flutter#12098, which I'm about to use for flutter/flutter#12099

@cbracken cbracken merged commit a94e882 into flutter:master Dec 6, 2017
@cbracken cbracken deleted the enable-ios-viewinsets branch December 6, 2017 23:06
bsalomon pushed a commit to bsalomon/engine that referenced this pull request Dec 8, 2017
This allows for us to start migrating framework classes (notably
Scaffold) to use window.viewInsets.bottom to get the keyboard height.
Once framework updates have landed, we will land an engine patch to
expose the iOS bottom safe area inset as padding.

This change is already landed for Android.

Related issue: flutter/flutter#12098
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
3 participants