Async functions in loop stop executing after first iteration on iOS
I’m trying to iterate over a string, calling a function on each letter but with a gap in between each execution (to run keydown and keyup animations for an on-screen keyboard typing a word).