thesmythgroup / easy_image_viewer

An easy Flutter image viewer with pinch & zoom support.
MIT License
41 stars 51 forks source link

Close icon is cropped on `immersive: false` #40

Closed g7i closed 1 year ago

g7i commented 1 year ago

The close button in the top right corner touches the status bar when setting immersive: false. It is shown fine with immersive: true. Either provide an option to customize it or handle this in the package itself. Thanks....

Screenshot_20230930_195922

jfahrenkrug commented 1 year ago

@g7i Thanks for reporting this. Could you please provide some extra info: Which version of Android are you using and do you also see this on iOS? Thanks!

jfahrenkrug commented 1 year ago

@g7i The solution is to set useSafeArea: true along with immersive: false. That should give you the desired result. Closing this ticket.

Screenshot 2023-10-05 at 3 14 20 PM