How can I pass argument to compose navigation with...
# compose
f
How can I pass argument to compose navigation with slashes inside? I have a route "serviceCreation/priceSelector/$priceItemUi". In priceItemUi I have a string that may have multiple slashes (/). It breaks navigation because it thinks that it's a different route.
solved 1
j
Never used navigation but sounds like you need to url encode the value
1
f
Thanks, it worked!