I am building a text editing component that I need to capture the character position after the user touches the screen.
I have added an OnTouchListener, however what I am finding is that I am getting the original character position, before the user had touched the screen.
Is there any way to reverse the order so that my OnTouchListener gets called after the default one