richeditor-android icon indicating copy to clipboard operation
richeditor-android copied to clipboard

Detect Color

Open rajatarora028 opened this issue 7 years ago • 1 comments

How to detect the colour when the user tap on any word.

rajatarora028 avatar Jul 23 '18 11:07 rajatarora028

It's been a long time I answer this question. tapping on any word is the STATE_SCHEME so we get the color data in @Override public boolean shouldOverrideUrlLoading(WebView view, String url) parameter url has the color data. you add enum of color and filter it in url.

I complete that you want https://github.com/lumyjuwon/Android-RichWYSIWYGEditor

lumyjuwon avatar May 07 '19 14:05 lumyjuwon