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

Android InAppBrowser option to not use fullscreen layout #526

Closed
ekwok1 opened this issue Aug 21, 2019 · 2 comments
Closed

Android InAppBrowser option to not use fullscreen layout #526

ekwok1 opened this issue Aug 21, 2019 · 2 comments

Comments

@ekwok1
Copy link

ekwok1 commented Aug 21, 2019

Feature Request

Motivation Behind Feature

Provide an option to conditionally set FLAG_FULLSCREEN for window flags when creating main dialog.

Feature Description

On Android, defaulting to FLAG_FULLSCREEN, hides the Android title bar / status bar. It would be nice to have an InAppBrowserOption to set another flag option to show the status bar.
image (1)

@akimakitalo
Copy link

It is also worth noting that the title/status bar disappears from view in android even if the "hidden" option is set to "yes".

Because of this, briefly opening a hidden browser in the background can create unpleasant resizing/flashing when the android title/status momentarily goes away and then comes back.

Did not have this issue in 3.0.0 and I suspect the above is the reason. In 3.0.0, opening a hidden browser did not make the android title/status disappear.

@timbru31
Copy link
Member

Solved by #634

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

3 participants