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

please add better explanation about android_disable_fullscreen #67

Closed
hewa-jalal opened this issue May 5, 2020 · 3 comments
Closed

Comments

@hewa-jalal
Copy link

i used this package and it worked fine, but then suddenly my app became un-scrollable and the keyboard was covering the TextField, i spent hours trying every solution available online and nothing worked until i came across a guy with the same problem that said you may have <item name="android:windowFullscreen">true</item> in styles.xml but i didn't thought of that because i never touched that file, then i opened the file and it was inside it, i removed it and finally everything went back to normal, i know you guys provide the option to disable the full screen but at least explain the consequences of making it full screen, or at least make it false by default so no one else go through my problem and miss around with all of his layout for hours, thanks.

@hewa-jalal hewa-jalal changed the title please add better explanation about android_disable_fullscreen please add better explanation about android_disable_fullscreen May 5, 2020
@abbas-25
Copy link

I agree with the OP here. Same thing happened with me.

@dickverweij
Copy link

dickverweij commented Jun 24, 2020

Me too, Took me quite a while to figure it out.. And i had to figure it out without some post.. :-(

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.

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