WYSIWYG in Android webview

前端 未结 2 1150
暗喜
暗喜 2021-01-03 07:15

I\'ve been trying to offer a WYSIWYG HTML editor to my users, from inside my app. It doesn\'t have to be a fancy WYSIWYG. I just need basic functionality like Bold, Italic,

2条回答
  •  半阙折子戏
    2021-01-03 07:38

    EditText is perfectly capable of displaying rich text. It's just that there's no easy way for users -- or even developers -- to really control that formatting. Hence, I've been poking off and on with a library to deal with this, offering a RichEditText drop-in replacement for EditText. It's still a work-in-progress, and I really need to spend more time on it in the not-too-distant future.

提交回复
热议问题