How to implement the move leftward like pressing the left button on the physical keyboard in iPad?
I can get the current cursor position, but I need to figure out a way to calculate the width of the current character and subtract that from the current x position.
Is there anyway to calculate the width of the current character? Thanks!