-
Notifications
You must be signed in to change notification settings - Fork 31
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
Fullscreen Image #1499
Fullscreen Image #1499
Conversation
Swipe to dismiss doesn't seem to be working for me on my physical device 🤔 |
ed67435
to
195ade6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The old NavigationPage.imageViewer
code needs removing, assuming it isn't still being used anywhere?
It is still used--the overlay needs to be a |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, I see 👍 LGTM!
Checklist
- closes [2.0] Image jumps to the left when closing preview #1354
Pull Request Information
This PR replaces the sheet-based image viewer with an overlay-based implementation. It can be swiped away either up or down, and interactive dismissal works on iPad now too.
I've also moved the audio button to the bottom to avoid conflict with the close button.