typewriterjs icon indicating copy to clipboard operation
typewriterjs copied to clipboard

Thai Characters not showing up correctly on iOS devices.

Open gxjakkap opened this issue 3 years ago • 1 comments

So I use Typewriter.js to display That text on my webpage. It works perfectly fine on PC and my Android phone. But it kinda broken on my iPhone and iPad. I tried using both Safari and Chrome. Tried adding meta tag to specify utf-8. Also specifying it in script tag. No clue here.

This is how it looks on my PC (and how it should be).

image

This is how it looks on iOS Devices

image

gxjakkap avatar Jan 27 '22 04:01 gxjakkap

have you considered using the grapheme-splitter inside the stringSplitter method?

kenshanta avatar Jan 03 '24 15:01 kenshanta