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

[iOS] Added DidPopItem to the navigation renderer #26235

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

kubaflo
Copy link
Contributor

@kubaflo kubaflo commented Nov 29, 2024

Issues Fixed

Fixes #26216

Before After
Simulator.Screen.Recording.-.iPhone.16.Pro.-.2024-11-29.at.11.57.33.mp4
Simulator.Screen.Recording.-.iPhone.16.Pro.-.2024-11-29.at.12.04.12.mp4

@kubaflo kubaflo requested a review from a team as a code owner November 29, 2024 11:08
@dotnet-policy-service dotnet-policy-service bot added the community ✨ Community Contribution label Nov 29, 2024
Copy link
Contributor

Hey there @kubaflo! Thank you so much for your PR! Someone from the team will get assigned to your PR shortly and we'll get it reviewed.

@kubaflo kubaflo added the area-navigation NavigationPage label Nov 29, 2024
@dotnet dotnet deleted a comment from azure-pipelines bot Nov 29, 2024
@eth-ellis
Copy link

@kubaflo Does this fix the linked issue?
The issue refers to navigating back by the user swiping, but the before and after videos above only show the back button being used.

@kubaflo
Copy link
Contributor Author

kubaflo commented Dec 2, 2024

@kubaflo Does this fix the linked issue? The issue refers to navigating back by the user swiping, but the before and after videos above only show the back button being used.

Yeah, I see, the simulator screed didn't capture my swipe gesture, but the first navigation back was performed using the swipe. However, I think it would be best if you also tried it with a build generated by this PR :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-navigation NavigationPage community ✨ Community Contribution platform/iOS 🍎
Projects
None yet
Development

Successfully merging this pull request may close these issues.

iOS - OnNavigatedFrom is not fired when navigating back by swiping
2 participants