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

Navigate to a Specific Fragment #28

Open
ghost opened this issue Jul 11, 2017 · 2 comments
Open

Navigate to a Specific Fragment #28

ghost opened this issue Jul 11, 2017 · 2 comments

Comments

@ghost
Copy link

ghost commented Jul 11, 2017

Is there a means of navigating to a specific fragment in the backstack?
Say, for example, you have fragments A-Z. You've opened fragments A, B, C, and D. You could go back to B by calling close(2);
This works well enough, but what if you have an unknown number of fragments in the backstack? Like if you're sitting at fragment Q or S, and you want to go back to fragment B, is there any method you can call that would pop fragments off the backstack until you reach fragment B?

@ghost
Copy link
Author

ghost commented Jul 17, 2017

Hi Peter, thanks for your feedback. This is currently not possible to do, but we will look into implementing in a future version.

@ghost ghost added the enhancement label Jul 17, 2017
@ghost
Copy link
Author

ghost commented Jul 17, 2017

Sounds great! Thanks for letting me know. I'll look forward to hopefully seeing it in the future.
This is a great library regardless. Keep it up!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

0 participants