- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Images deletion does not work on Android 4.4 #5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Same issue to me, i override onCreateInputConnection() in the RichEditor, it can delete image, but some character can not input from software keyboard. |
@tochange yes, I did the same and had the same issue with characters. For now I added "remove" image to each photo, so user can delete it without backspace. That's not perfect solution but at least it works. |
yeah, that maybe a solution, but i saved the html content in a html file then open it with my browser, i can delete image, is that something wrong in the editor.html or css file? |
The reason is in default input connection of |
Same issue to me,how to delete ? |
有最新的解决方案了么? |
Yeah, it seems like images deletion does not work on Android 4.4 :( How to solve this problem? Any one knows? |
@tochange Hi, I override onCreateInputConnection() in the RichEditor, too.And I meet the same issue, Chinese character can not be inputed, I do not know why. Have you solve this problem? |
Hi, I am the maintainer of the Kolab Notes App. We are using this lib for richtest capabilities, so thank you very much for this project! Users of our app also reported issues with the Richeditor and image deletion and text selection. It seems that this problems just occur on Cyanogenmod powered devices, as you can read in the issue comments here: konradrenner/kolabnotes-android#128 Maybe this information helps solving the issue. Keep the good work going ;-) |
FYI, with the follow code,it work for me ! you can have a try ,good luck !
}
}` |
i solve the problem like this:
` the answer is form stack overflow |
I have tested on Samsung Galaxy 4 and 5 on Android 4.4. And seems like images deletion does not work when you use software backspace button. When you connect hardware keyboard and use it everything works fine.
The text was updated successfully, but these errors were encountered: