-
-
Notifications
You must be signed in to change notification settings - Fork 410
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
Can not swipe back on iOS when using nested navigation #1932
Comments
@jtdLab this issue was fixed in 8.0.1, are you sure you're on the latest version? |
Docs: add documentation for DeepLinkTransformer
@jtdLab there was a related issue to back-gestures, please check if you still have the problem in 8.1.1 |
@Milad-Akarie Hey, thanks for the quick response :) Sadly i am still running into the problem. Can you check the sample at https://github.com/jtdLab/ios_nested_swipe to make sure we are on the same page. |
@Milad-Akarie Checked it and it now allows to pop the shell via swipe. However the swipe dismisses the shell route no matter how many child routes are on its stack (see updated sample) i think it would be good to align behavior with |
@jtdLab Check latest release |
@Milad-Akarie is it on pub.dev? |
I left in a hurry, I must've forgotten to confirm the upload |
Works 👍 |
Is it possible to configure auto_route to allow dismissing parent via iOS back swipe if there is only 1 page on the nested navigation stack.
e.g when stack is PageA, ShellA --- PageAA meaning PageAA is currently shown. Is it possible to make auto_route detect that ShellAs stack only contains 1 route and allow pop PageAA and the ShellA (similar to
context.maybePop()
) via back swipe?Currently to achieve that the sub pages can be popped via swipe the router setup has to be changed to:
The text was updated successfully, but these errors were encountered: