Has anyone faced error when passing a string URL v...
# compose
s
Has anyone faced error when passing a string URL via compose navigation with args? If I pass a short string, error does not happen https://gist.github.com/ShivamKumarJha/fcc571e55200e0cf8dd4ec5fdfd2625f
f
Also I recommend using Code block instead of code line 🙂
s
hey, edited message with link to gist
f
Even better 👌 Thank you
🙂 1
i
It sounds like you are missing a
Uri.encode()
s
Thanks Ian, that worked 👍