RichTextEditor icon indicating copy to clipboard operation
RichTextEditor copied to clipboard

Rich text WYSIWYG editor for Android and JavaFX

Results 24 RichTextEditor issues
Sort by recently updated
recently updated
newest added

InflateException when trying to add image by opening the file chooser dialog

Illegal char at index 65: journal.app-mergeDebugResources-51:/values/values.xml I can't build files after implementing this lib. Anyone knows how to fix this issue?

When using google library 'com.google.android.material:material' in a project also using RichTextEditor library, the following error is thrown when building the project if version number of android.material:material is higher than 1.3.0...

react js post request When I am Input This "आप सभी दोस्तों को नमस्कार" and send with post method. this text show like this "आप सभी दोसà¥à¤¤à¥‹à¤‚ को नमसà¥à¤•ार" but...

I am using 'net.dankito.richtexteditor:richtexteditor-android:1.0' . Previously it was working good.Now I have upgraded my project to Androidx and i am getting the issue **Unable to open asset URL: file:///android_asset/editor.html** ![Screenshot_1554383856](https://user-images.githubusercontent.com/21075586/55558665-2bf0c680-570a-11e9-9c98-63c2bef5d6b9.png)....

Hello, I found out that checkbox state after checking it not saved in HTML. so it appears always unchecked Is there are way to fix that ?

executeJavaScriptInLoadedEditor in AndroidJavaScriptExecutor expects an Activity context. Some parent controls wrap the context with ContextThemeWrapper. This stops js initialization (line 60).

net.dankito.utils.android.OnSwipeTouchListener.(OnSwipeTouchListener.kt:35) you are using applicationcontext here (strict vm policy found it)

I want to enable my button when I change any text but its not working richTextEditor.addHtmlChangedListener(s -> { activity.runOnUiThread(() -> { btn.setEnabled(true); }); });

Library is conflicting with `appcompat`. Please migrate to `androidx`