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...
tscholze
Apr 09, 2023Iron Contributor
Papes96 khalper it seems that I may hit the same road block?
Code
https://github.com/tscholze/kotlin-kmm-kennzeichner/blob/t.scholze/8-dual-screen-support/app/androidApp/src/main/java/io/github/tscholze/kennzeichner/android/composables/screens/NavigationContainer.kt#L12
Stack trace
Papes96
Apr 10, 2023Copper Contributor
I tried a lot of things but I think it may be a limitation of the library given how it handles the routes as a list.
For now I continued using the library using the twopane composable (without nav), this allows some flexibility in other places where I was sure the twopanenav wouldn't work out.
It would be nice to find a fix/workaround for this anyways.
For now I continued using the library using the twopane composable (without nav), this allows some flexibility in other places where I was sure the twopanenav wouldn't work out.
It would be nice to find a fix/workaround for this anyways.