When I click on the EditText
, I want:
- the keyboard will not appear.
- cursor appear where I press.
- How can I have the location of the cursor in the code?
Things I tried but not worked:
android:textIsSelectable="true"
- don't show the keyboard neither the cursor.android:windowSoftInputMode="stateAlwaysHidden"
- don't show the keyboard until I press on the edit text.