typewriterjs
typewriterjs copied to clipboard
Thai Characters not showing up correctly on iOS devices.
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).

This is how it looks on iOS Devices

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