-
Notifications
You must be signed in to change notification settings - Fork 480
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
Picture is shifted on iPhone X in landscape orientation #200
Comments
I can confirm, the imageslide is not centered on first rotation to landscape in fullscreen (only on iPhone X). After dragging the scrollview, image becomes centered again. |
I have the same issue as @ElectroBuddha . imageslide is not centered on first rotation to landscape in fullscreen (only on iPhone X). After dragging the scrollview, image becomes centered again. |
Hi guys, I confirm the bug, however, I haven't figured out yet how to fix it. It seems the frame is shifted on iPhone X for some reason. Will be glad for any help / PR solving the issue. |
I'm suspecting it has to do with the "notch" - does it shift in both landscape orientations? I'd also look into whether constraints are using the newer "safe areas". Just my thoughts at the moment anyway. |
I finally fixed the issue! It was enough to just set the |
When running the example project on iPhone X simulator, turn it to landscape and tap the picture to go fullscreen.
The fullscreen image is shifted to the left.
The text was updated successfully, but these errors were encountered: