Please my problem is:
I need edittext with two states:
1) Only read (input type = NONE) and sroll.
2) Only select with copy, cut, share - not EDIT (no popup keyboard).
I have used EditTextUtils.
One edittext and two buttons to change the state.
- When I start APP I can scroll edittext.
- When I tap "sel_text" button - setTextIsSelectable(edtTest, True) - I can scroll edittext.
- I need to go back to "Only read state-input NONE,selNONE" - I tap "nosel_text" button - setTextIsSelectable(edtTest, False).
But I can not scroll edittext.
Please how can I sroll edittext ?