View lifecycle methods

This commit is contained in:
vakrilov
2017-01-04 09:55:19 +02:00
parent ebbf202a01
commit c30be0d606
40 changed files with 169 additions and 169 deletions

View File

@@ -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);