I found out on the web that you use Wizzie Wick editors to put them on when you write, but do you have Wizzie Wick editors on the other Wizziewick editors? I looked it up and it didn't seem to be there I'm going to write and send it to the server, and I want to make it so that I can add images and things like that.
android json recyclerview
I searched and found some.
https://github.com/irshuLx/Android-WYSIWYG-Editor
https://github.com/wasabeef/richeditor-android
https://github.com/commonsguy/cwac-richedit
The first one is Demo apk.
It's all Apache licenses, so I'm using them, but I don't think it'll interfere.
I added it to the xml file using the second method, but the rendering problem came out ㅜㅜ I'm using api23, and I get java.lang.NoSuchFieldError: this$0 error. Is there anything else you need to add to xml? Added to dependency.
<jp.wasabeef.richeditor.RichEditor
android:id="@+id/editor"
android:layout_width="match_parent"
android:layout_height="wrap_content">
</jp.wasabeef.richeditor.RichEditor>
I get this error In 23 api,
21api error like this
I think it's because of RichEditor class that inherited WebView... I think we should use View.isInEditMod() as shown in the tip. I haven't done it before, so I can't give you a definite answerㅜ<
Below is a related article, but I'm not sure if it'll help.
I used the image button to do the same thing as GitHub, but the image is too big What should I do with this?
© 2024 OneMinuteCode. All rights reserved.