Enable Link Detection (iOS) and Link Clicking (iOS & Android)

This commit is contained in:
Nathanael Anderson
2015-09-07 14:07:00 -05:00
parent 0e61d1a120
commit 4ddd7f1a8a
2 changed files with 11 additions and 6 deletions

View File

@@ -30,5 +30,7 @@ export class HtmlView extends common.HtmlView {
public _createUI() {
this._android = new android.widget.TextView(this._context);
this._android.setAutoLinkMask(15); // 15 (0x0f) = Linkify All
}
}