mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 11:42:04 +08:00
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:
@ -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 {
|
||||
|
Reference in New Issue
Block a user