Answer the question
In order to leave comments, you need to log in
What html tags work in Android WebView?
Googling the question doesn't help. The documentation didn't help much.
Where can I find a good list of such tags? Or articles on the subject?
For me, on older versions of android (2.2 - 2.3.3, for example), the following are not perceived at all:
<!--Сама картинка с background'ом отображатеся, но совершенно не "фиксится" и не закрепляется на экране, и просто при скроллинге уходит вверх-->
<body background="..." bgproperties="fixed"></body>
<!--Не работает css-стиль. Стиль для тени текста. Сам текст белый. Тень черно-красная. Когда background-картинка уходит вверх - остается белый лист, на старых версиях, где не работает css-стиль, текст белый, и фон становится белым, и буквы просто пропадают.-->
<style>
.stroke {
text-shadow: black 1px 1px 0, red -1px -1px 0,
black -1px 1px 0, red 1px -1px 0;
}
</style>
Answer the question
In order to leave comments, you need to log in
Instead of bgproperties
htmlbook.ru/css/background-attachment
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question