Closed kunz398 closed 5 years ago
just puting it here for others to see incase they do not know in order to disable input in this text edior simply use richTextEditor.setFocusable(false) to disable editing richTextEditor.setFocusableInTouchMode(true) to enable editing;
richTextEditor.setFocusable(false)
richTextEditor.setFocusableInTouchMode(true)
just puting it here for others to see incase they do not know in order to disable input in this text edior simply use
richTextEditor.setFocusable(false)
to disable editingrichTextEditor.setFocusableInTouchMode(true)
to enable editing;