Navigation Menu

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

Keyboard override issue #112

Closed
DevangSharma opened this issue Jan 6, 2021 · 5 comments
Closed

Keyboard override issue #112

DevangSharma opened this issue Jan 6, 2021 · 5 comments
Assignees

Comments

@DevangSharma
Copy link

while using splash screen from this plugin app faces keyboard override issue which don't adjust the screen according to space left after keyboard.
I tried using scroll view but its not working

@jonbhanson
Copy link
Owner

What is your platform?
Do you mean that your app view should shrink to fit a smaller area when the keyboard appears? So right now the keyboard covers part of your app?

@jonbhanson jonbhanson self-assigned this Jan 8, 2021
@jonbhanson jonbhanson added the waiting response Further information is requested label Jan 8, 2021
@DevangSharma
Copy link
Author

Yes, after using the splash screen it happens

@sksayed
Copy link

sksayed commented Jan 11, 2021

Same thing happened with me also , i have also opened a issue issue_link

@acheronian
Copy link

acheronian commented Jan 12, 2021

Same happens to me, removing the code below in styles.xml located in android/src/main/res/values fixes this issue for me.

<item name="android:windowFullscreen">true</item>

Solution and detailed issue description can be found here.

jonbhanson pushed a commit that referenced this issue Jan 12, 2021
…he right style (LaunchTheme) in styles.xml. This should resolve #39, #54, #67, #92, #112, and #117.  Removed code that modifies MainActivity as it is not longer needed since Flutter embedding V2 uses two styles in styles.xml so full screen is set independently in the style.
@jonbhanson
Copy link
Owner

Should be resolved by 4898182.

@jonbhanson jonbhanson removed the waiting response Further information is requested label Jan 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants