mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Enable Link Detection (iOS) and Link Clicking (iOS & Android)
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user