html-textview icon indicating copy to clipboard operation
html-textview copied to clipboard

TextView to display simple HTML

Results 38 html-textview issues
Sort by recently updated
recently updated
newest added

do you plan to support `hr` tag ? it is only a simple line

I am getting ActivityNotFoundException when clicking an invalid link, for example, a link to a subreddit for reddit: `all ` ``` android.content.ActivityNotFoundException: No Activity found to handle Intent { act=android.intent.action.VIEW...

bug

In a conventional TextView, I can disable scrolling by setting `android:lines` to desired number of fixed lines. However, this is not working with HtmlTextView. Is there a workaround for doing...

bug

is there any way to resolve the question on "how to response the click event on "img" label"?

question

Hi, I have html contents with too many images. I am also setting matchParentWidth=true. Now almost half the contents are shown. See screen shot attached. The image is shown partially...

bug

I currently have this ` htmlTextView.setHtml(article,new HtmlHttpImageGetter(htmlTextView)); Log.e("TAG",article);` It shows the text in the view with links highlighted but when I click the link this error happens. I want to...

bug

We should provide an API to define the styling for tr / td / th tags

enhancement

If it's supported by Android, it doesn't get passed to the TagHandler. Going to have to think of solution to this.

enhancement