text-decoration:下划线 - 在Android Webview中不起作用

时间:2016-07-25 11:38:17

标签: android css input webview text-decorations

我想在输入文本框中加下划线的文本。所以,我使用了这个css

input {
    text-decoration: underline !important;
}

它在我的浏览器中运行正常。但我无法在Android Webview中看到下划线。我试过chrome远程调试。 CSS属性已经淡化 - 猜测它没有被应用。

有人知道为什么它在Webview中不起作用。欢迎提出建议或解决方法。

修改

文字框没有 text-decoration: underline;

enter image description here

text-decoration: underline;

的文字框

enter image description here

我无法在Android网页视图中看到相同的行为。 (我不会在那里看到下划线)

0 个答案:

没有答案