RichTextEditor
RichTextEditor copied to clipboard
Rich text WYSIWYG editor for Android and JavaFX
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** ....
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`