Android-WYSIWYG-Editor
Android-WYSIWYG-Editor copied to clipboard
:pager: A text editor written in Android using native components in the content tree. Integrate easily to work with web based WYSIWYG's.
`E/AndroidRuntime: FATAL EXCEPTION: main Process: it.dispendikbud.stb.aws, PID: 11272 java.lang.ClassCastException: dagger.hilt.android.internal.managers.ViewComponentManager$FragmentContextWrapper cannot be cast to android.app.Activity at com.github.irshulx.EditorCore.getActivity(EditorCore.java:210) at com.github.irshulx.Components.InputExtensions.setFocus(InputExtensions.java:693) at com.github.irshulx.Components.InputExtensions$4.run(InputExtensions.java:407) at android.os.Handler.handleCallback(Handler.java:883) at android.os.Handler.dispatchMessage(Handler.java:100) at android.os.Looper.loop(Looper.java:214) at android.app.ActivityThread.main(ActivityThread.java:7356) at...
The `compile` is deprecated, so have changed it to `implementation`
I am using AppCompatActivity instead of Activity.
how to create a tablein this library???
On pressing Enter I am observing one line space between two paragraph. Please help me to remove it.
I want to create custom ui on image upload , instead of image view I want text view and remove button only ,How can i customize in your lib?
I have to chnage the font size also i have to show font list like notepad is it possible?
hello how can i init programmatically your editor ? AttributeSet attrs = null; final Editor tv_1 = new com.github.irshulx.Editor(mAct,null); ViewGroup.LayoutParams xx = new ViewGroup.LayoutParams(ViewGroup.LayoutParams.MATCH_PARENT,height); tv_1.setMinimumHeight(500); tv_1.setLayoutParams(xx); what can be the...
How i can check if Enter on keyboard click? **render.setOnKeyListener** not work