br not handled properly by HtmlView + functional test

Fix for #581
This commit is contained in:
Vladimir Enchev
2015-08-13 16:26:31 +03:00
parent a4ed1f66d0
commit 31b1b30b9d
4 changed files with 14 additions and 1 deletions

View File

@@ -34,6 +34,7 @@ export class HtmlView extends common.HtmlView {
this._ios = new UILabel();
this._ios.userInteractionEnabled = true;
this._ios.numberOfLines = 0;
}
get ios(): UILabel {