I have a TextInput in React Native with property selectTextOnFocus={true}
, it highlights the text on first touch and show the context menu on second touch which is correct.
What I want is hide the left and right selection handles but keep the text highlighted on the first touch on iOS (it's ok on Android)
This is my input first touch:
This is Safari browse box first touch: