Szabolcs
Szabolcs
I would need solution too to this one
Just a note, this is not an EditText but a Webview > This might help > https://stackoverflow.com/questions/6900408/get-cursor-position-in-android-in-edit-text
Try this ``` mEditor.setOnDecorationChangeListener((text, types) -> { Timber.d("onStateChangeListener() called with: text = [" + text + "], types = [" + types + "]"); for (RichEditor.Type type : types) {...
I would need the same feature as well. Thank you
Thank you bhargavi-gattumedi. I investigated the lib and it is indeed very promising. Thank you !
> Sorry, got mislead by @beczesz comment above which mentions sorting. Indeed sorry about that, I just saw that my response was misleading, removed it.