Forum Discussion
Papes96
Apr 08, 2023Copper Contributor
is TwoPaneBackStackEntry composable list of routes incompatible with arguments / URI Routes?
Hello, I am doing some tests on the SDK and have encountered a roadblock. Currently, my application uses route arguments to find item details. However, upon navigating to them, the following excep...
khalper
Microsoft
Apr 10, 2023Hi tscholze and Papes96, thanks for your questions.
Unfortunately, you're right that the current implementation does not support arguments in the list of routes. While we work on a fix for this, I hope you can continue to use the original TwoPaneLayout composable to provide more flexibility.
Sorry for the inconvenience and thanks for providing feedback!
- tscholzeMay 01, 2023Iron Contributor
khalper Thanks for the tip!
Do you have any rough ETA on which the "new approach" will support parameters? 🙂
- khalperMay 01, 2023
Microsoft
tscholze I unfortunately don't have an ETA at the moment, but I will make sure to reply to this thread with any updates/release information! Thanks for your patience 🙂- khalperMay 09, 2023
Microsoft
Hi tscholze and Papes96,
I'm working on updating TwoPaneLayoutNav to support navigation with arguments on this branch: https://github.com/microsoft/surface-duo-compose-sdk/tree/khalp/twopanelayoutnav-args
I will be testing out the current approach for the next sprint, but if you have any other thoughts/feedback on if this implementation would be helpful for your use case, let me know!