mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
View lifecycle methods
This commit is contained in:
@@ -11,7 +11,7 @@ export class HtmlView extends HtmlViewBase {
|
||||
return this._android;
|
||||
}
|
||||
|
||||
public _createUI() {
|
||||
public _createNativeView() {
|
||||
this._android = new android.widget.TextView(this._context);
|
||||
// This makes the html <a href...> work
|
||||
this._android.setLinksClickable(true);
|
||||
|
||||
Reference in New Issue
Block a user