imablanco / Zoomy

Zoomy is an easy to use pinch-to-zoom Android library
918 stars 120 forks source link

status bar gets lost #16

Closed Aksh0377 closed 5 years ago

Aksh0377 commented 5 years ago

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

imablanco commented 5 years ago

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 commented 5 years ago

Hi Alvaro, Thanks for your reply firstly, and I have already tried this but it isn't working. please let me know if you have any other suggestions.

Thanks, Soni Axay.

Keep Learning...

On Mon, Nov 19, 2018 at 11:16 AM Álvaro Blanco notifications@github.com wrote:

Closed #16 https://github.com/imablanco/Zoomy/issues/16.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/imablanco/Zoomy/issues/16#event-1973734807, or mute the thread https://github.com/notifications/unsubscribe-auth/AbyoqTCrehYZX779Mk_bhTOKpPKoQLzbks5uwkWigaJpZM4YdQI3 .

imablanco commented 5 years ago

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