Added Padding+Border support for Label, Button, TextField and TextView for both platforms. Only iOS TextView does not support them.

This commit is contained in:
Rossen Hristov
2015-08-04 10:34:47 +03:00
parent a286027a4f
commit abc9faccfa
15 changed files with 251 additions and 55 deletions

View File

@ -33,7 +33,7 @@ export class HtmlView extends common.HtmlView {
super(options);
this._ios = new UILabel();
super._prepareNativeView(this._ios);
this._ios.userInteractionEnabled = true;
}
get ios(): UILabel {