can we do gif animation in android web view.... i want to run some images step by step in continues way........
if this is possible then please tell how ???
can we do gif animation in android web view.... i want to run some images step by step in continues way........
if this is possible then please tell how ???
It should work the same way as in html. You just have to add a .gif animation to an <img src="...">
and it should do the trick.