I want to color the letter I click on in a TextView, so to get the offset I use
getOffsetForPosition(event.getX(), event.getY());
You can clearly see in the image below I click on 'o' in Genymotion (also on Galaxy S4). Why does it say I click on 'h'?
What can be the problem?
[