Bharath

Results 4 comments of Bharath

It is better to use tryParse this way `if (Platform.isAndroid) { modifiedUrl = Uri.tryParse(url)?.toString()?.replaceAll('#', "%23"); } else { modifiedUrl = Uri.tryParse(url)?.toString(); }` or just use null check beforehand

Facing same issue

Hello @KyleKun, Thanks for your feedback! I'll look into what I can do for sure.