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

Screen is moving while starting to zoom in devices with notch #18

Open
MSalihBalkan opened this issue Dec 28, 2018 · 3 comments
Open

Screen is moving while starting to zoom in devices with notch #18

MSalihBalkan opened this issue Dec 28, 2018 · 3 comments

Comments

@MSalihBalkan
Copy link

Steps to reproduce:

  1. Get a device with notch.
  2. Open an app with Zoomy ImageView.
  3. Try to zoom.
    Result: Zooms successfully but screen is moving down as much as the height of the notch.
    Expected: Should zoom the ImageView smoothly without any screen movement.
@Heaveninfo
Copy link

just add .enableImmersiveMode(false) in your builder

@imablanco
Copy link
Owner

Not tested yet against devices with notch. Will do as soon as I can. Meanwhile please use @Heaveninfo advice.

@faisalvv
Copy link

Remove this code from ZoomableTouchListener.java class
if (mConfig.isImmersiveModeEnabled()) hideSystemUI();

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants