未应用Nativescript 6 HtmlView字体颜色

时间:2019-11-26 16:40:50

标签: nativescript

我有一个带有Nativescript 6.2.1的NS Core应用程序。我正在物理ios设备(带有OS 13的iPhone 6)上进行测试。

在其中一个屏幕上,我将HtmlView设置为:

<HtmlView id="h-notices" html="{{ notices }}" tap="viewNotices" marginTop="15" backgroundColor="#f2f2f2" />

notices变量在加载时设置为:

model.set(
    "notices",
    '<span><font color="#a8b4b9">By clicking \'Continue\', you are agreeing to our </font><font color="#3ABA90">Terms of Use.</font></span>'
  );

该文本可以很好地加载,但是使用默认的黑色。似乎未应用字体颜色属性。相同的代码在Android上可以正常工作。

这里是问题的游乐场:https://play.nativescript.org/?template=play-tsc&id=wZk6D3&v=9

有什么建议吗?

0 个答案:

没有答案