Hi. How do you pass strings, which contains # or ?, to navController.navigate? Currently the text is treated as url, so if I have an id like username#123 then on second screen I receive only "username"
Giorgi
05/17/2024, 6:46 PM
One idea I have is to encode this string as Base64 and decode it on the second screen, but this seems extra logic