Can anyone please tell me how to make Editor, non editable. I am trying to change Editor conditionally from read mode to edit mode & vice-verse. In read mode one should be able to scroll down freely to read text in editor, but shouldn't be able to edit it.
I tried by setting enable to false for read mode, but I am unable to scroll. I want something similar to Android's KeyListener. I am looking for something similar to this post for Forms Editor control.