A
A
Alexey Medvedev2015-06-19 18:06:29
Android
Alexey Medvedev, 2015-06-19 18:06:29

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>

I've been trying to find something on the Internet for about a week. All the info is either too alien to me or completely useless. Perhaps you know some articles?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander Taratin, 2015-06-19
@RockBearLTD

Instead of bgproperties
htmlbook.ru/css/background-attachment

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question