-
Notifications
You must be signed in to change notification settings - Fork 13.5k
fix(react): swipe to go back gesture works on ios #25563
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
Merged
Merged
Changes from all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
49232f1
fix(react): add base swipe to go back
liamdebeasi e220387
chore(): base onEnd implementation
liamdebeasi 6f9a5b6
fix(react-router): hide entering page when aborting a swipe
liamdebeasi bd20383
fix(react-router): do not duplicate transition when completing swipe …
liamdebeasi 810d8c0
fix(react-router): do not hide leaving view if using a gesture
liamdebeasi 0ef8f58
fix(react-router): correctly hide page when aborting swipe
liamdebeasi c1dd0ff
fix(react-router): leaving page is now unmounted after gesture
liamdebeasi 25935d4
chore(): add comments
liamdebeasi 3c91cd8
chore(): code clean up
liamdebeasi 522a201
test(react): add tests
liamdebeasi efa1aeb
Merge branch 'main' into FW-276
liamdebeasi 973f14d
fix(react): fix duration animation
liamdebeasi a2b5905
Merge branch 'main' into FW-276
liamdebeasi 95ce7d9
fix(react-router): improve reliability of fix
liamdebeasi c7491a7
fix(react-router): improve unmounting logic
liamdebeasi 38d7fa5
test(react-router): test swiping in tabs mulitple times
liamdebeasi 2f349fc
fix(react-router): avoid flicker when unmounting
liamdebeasi c589215
chore(): bandaid for flaky test
liamdebeasi 75a6f30
fix(react-router): avoid flickering with swipe to go back
liamdebeasi ed275da
fix(react-router): ensure leaving view is unmounted without a flicker
liamdebeasi a506cab
fix(react-router): do not update view item match in swipe gesture
liamdebeasi 138e16e
chore(): fix types
liamdebeasi 4fdde4d
fix(react-router): do not swipe back to instance of same page, do not…
liamdebeasi 422955e
test(react-router): add another test
liamdebeasi 9fa6e35
fix(react-router): do not hide parameterized views
liamdebeasi e4dd5c3
test(react-router): add another test
liamdebeasi fc0bfbd
Merge branch 'main' into FW-276
liamdebeasi 175d5c0
Merge branch 'FW-276' of https://github.com/ionic-team/ionic-framewor…
liamdebeasi 03d80f9
Merge branch 'main' into FW-276
liamdebeasi 599522a
Merge branch 'main' into FW-276
sean-perkins 3819643
Merge branch 'main' into FW-276
liamdebeasi 1a04548
Merge branch 'main' into FW-276
liamdebeasi 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
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.
Uh oh!
There was an error while loading. Please reload this page.