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

status bar gets lost #16

Closed
Aksh0377 opened this issue Nov 14, 2018 · 3 comments
Closed

status bar gets lost #16

Aksh0377 opened this issue Nov 14, 2018 · 3 comments

Comments

@Aksh0377
Copy link

when we zoom the image status bar of app gets lost.

@imablanco
Copy link
Owner

Thia is the default behavior if you do not disable immersive mode which is enabled by default.
To disable it provide a ZoomyConfig object with the correct configuration.
ZoomyConfig config = new ZoomyConfig();
config.setImmersiveModeEnabled(false);

@Aksh0377
Copy link
Author

Aksh0377 commented Nov 19, 2018 via email

@imablanco
Copy link
Owner

Please @Aksh0377 paste your code so I can figure out why is happening.

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

2 participants