views:

94

answers:

1

Hi all, i have problem when display GIF Animation in webview, anyone can recommend solution for this problem.

Thanks.

+1  A: 

Animated gifs are not supported, seems to be a known issue, see Android bugtracker:

http://code.google.com/p/android/issues/detail?id=3422

Mathias Lin
Thanks.i follow your link and get the solution in comment of LatinSuD:As a workaround, if you are using a custom WebView, you can do these 2 things together:- Enable Javascript for the Webview (Eg: http://code.google.com/p/slidetypekeyboard/source/browse/trunk/src/com/latinsud/android/slidetypekeyboard/HelpActivity.java)- Then use javascript to swap images (Eg: http://code.google.com/p/slidetypekeyboard/source/browse/trunk/assets/index.html)Please note that this is not a solution for displaying GIFs.
nguyendat