GotFocus (complicated)

KMatle

Expert
Licensed User
Longtime User
Hi guys,

I have 2 Edittext views in my App. When clicked, all input should be selected (via GotFocus).

It works as long as I click exactly in the lower left corner of the view. When I click e.g. in the middle of it, the cursor shows up at the position of my finger.

Any ideas how to manage this behaviour? (I only want to auto-select all input when clicked at any position).
 
Top