-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Image zoom for mobile browser apps #43620
Merged
Merged
Changes from 33 commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
bd8910c
Add Handle image zoom for mobile browser apps
ZhenjaHorbach 2bd1a2a
Make a little refactoring
ZhenjaHorbach ca69b0f
Fix bug with close modal on send attachment screen
ZhenjaHorbach 2e34376
Reset image position when onSwipeDown is undefined
ZhenjaHorbach 5894906
Refactor code
ZhenjaHorbach e30a3bb
Make some minnor changes
ZhenjaHorbach 2f40b54
Update animation for changing attachment item
ZhenjaHorbach ebb0eb4
Remove unnecessary type
ZhenjaHorbach fec109e
Fix minnor issues related with arrows
ZhenjaHorbach 6c6390b
Fix bug with animation for carousel
ZhenjaHorbach 4fa559f
Fix bug with animation for carousel x2
ZhenjaHorbach 1d5f485
Fix conflicts and update branch
ZhenjaHorbach e303843
Update maxDelay for doubleTapGesture for mobile browsers
ZhenjaHorbach 0bfd329
Merge branch 'main' into handle-image-zoom
ZhenjaHorbach 7345cf8
Fix bug with double tap for ios chrome
ZhenjaHorbach 5029ed3
Make some code optimization
ZhenjaHorbach b16ab81
Merge branch 'main' into handle-image-zoom
ZhenjaHorbach a5795c4
Fix comments
ZhenjaHorbach b2b7ab8
Fix comments x2
ZhenjaHorbach f1c8297
Fix bug with arrows
ZhenjaHorbach 20cb61c
Hide arrows when item carousel is zoomed
ZhenjaHorbach 52cd759
Fix bug with image lines after zoom
ZhenjaHorbach 8a38e0a
Refactor code
ZhenjaHorbach bd0b6f1
Revert unnecessary changes
ZhenjaHorbach d17d1ee
Fix bug with image lines after zoom for IOS web
ZhenjaHorbach ece63e7
Remove unnecessary style
ZhenjaHorbach ec7ffbe
Merge branch 'main' into handle-image-zoom
ZhenjaHorbach b4a70bf
Fix bug with one finger swipe when the image is zoomed
ZhenjaHorbach fb32193
Merge branch 'main' into handle-image-zoom
ZhenjaHorbach 531e975
Refactor the code to make it similar to native
ZhenjaHorbach 14175f9
Refactor the code to make it similar to native x2
ZhenjaHorbach 7d0bc47
Merge branch 'main' into handle-image-zoom
ZhenjaHorbach edd2751
Merge branch 'main' into handle-image-zoom
ZhenjaHorbach 8511f5f
Fix comments
ZhenjaHorbach File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Is this more accurate?
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.
I think yes
But the pager sounds a little unclear 😅
But I don't mind
I'll update now