How do I send a url as a nav argument? I'm getting...
# compose
s
How do I send a url as a nav argument? I'm getting an error when passing it as a string because it's confusing the url arguments with nav arguments
i
Uri.encode()
would the be usual way to encode content
Can I ask what your use case is?
s
Thanks, I'll try it. I'm sending an image URL to a photo editor screen.