Problems with toast and special characters

Hi, there seems to be a problem using special characters inside toast “text” value.

app.toast.show({ text: "è ò à" });

This code produce this toast
image

Instead, I can use these characters in pure html or in react components (e. g. Navbar title)
image

Using HTML entities solves the problem, but I don’t think it should be the expected behavior.

Thanks

just test it on my pc. I have no issues with special chars. Didn’t test it on mobile, just browser.

image

I would first check to see if it is a font problem. Give more information, so we can help better!

2 Likes

@mossaiby
How can I help you? Wich information do you need?
Thank you.