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

Cannot show scrollbar

Open duyvt88 opened this issue 5 years ago • 1 comments

Hi all, I can show the scrollbar in WebView but cannot show it in Wasabeef editor. I use the following lines of code. mEditor = (RichEditor) findViewById(R.id.editor); mEditor.setEditorHeight(200); mEditor.setScrollBarStyle(WebView.SCROLLBARS_OUTSIDE_OVERLAY); mEditor.setScrollbarFadingEnabled(false);

The XML file <jp.wasabeef.richeditor.RichEditor android:id="@+id/editor" android:layout_width="match_parent" android:scrollbarThumbVertical="@android:color/darker_gray" android:layout_height="200dp" />

Can anyone help me?

Many thanks, DuyVT

duyvt88 avatar Jul 29 '20 18:07 duyvt88

Make sure that you haven't placed RichEditor in any scrollview. Then your job is done.

manasid03 avatar Sep 15 '20 11:09 manasid03