Rudimentary table support by seato · Pull Request #33 · SufficientlySecure/html-textview

Skip to content

Navigation Menu

Sign in

Appearance settings

This repository was archived by the owner on Sep 7, 2020. It is now read-only.

Conversation

@seato seato mentioned this pull request

Feb 23, 2016
…ter used by a ClickTableSpan. Applications wanting to take advantage of this capability need to implement a ClickTableSpan and do whatever they'd like with the raw HTML (i.e. pass it into a webview).

In addition, a DrawTableSpan has been provided for applications that want to display text other than "[tap for table]", which should be useful for localization.

dschuermann added a commit that referenced this pull request

Feb 23, 2016
Rudimentary table support