-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
I understand why you seperated underline span as AgsUnderlineSpan, because android underlines current text in edittext without underline toggle button clicked and it breaks your editor handle methods logic.
But in this approach if you code something like customEditText.setTextHtml("something"), editor will not underline it, as Html.fromHtml (actually it is Html.withinParagraph) checks only UnderlineSpan to put tags to text.
With UnderlineSpan not AgsUnderline, some devices does not put automatic underline with some inputType filter, but other devices puts. For example, Nexus 4 (without root) works like charm, but S4 does not.
If you find a way to solve this AgsUnderlineSpan / UnderlineSpan issue, please share with us.
Metadata
Metadata
Assignees
Labels
No labels