我想在输入文本框中加下划线的文本。所以,我使用了这个css
input {
text-decoration: underline !important;
}
它在我的浏览器中运行正常。但我无法在Android Webview中看到下划线。我试过chrome远程调试。 CSS属性已经淡化 - 猜测它没有被应用。
有人知道为什么它在Webview中不起作用。欢迎提出建议或解决方法。
修改
文字框没有 text-decoration: underline;
text-decoration: underline;
我无法在Android网页视图中看到相同的行为。 (我不会在那里看到下划线)