S susu Well-Known Member Licensed User Longtime User Apr 4, 2011 #1 I just realized that Webview can't play animated file. How can I deal with these files? (Gifdecoder can't handle big gif file).
I just realized that Webview can't play animated file. How can I deal with these files? (Gifdecoder can't handle big gif file).
Erel B4X founder Staff member Licensed User Longtime User Apr 5, 2011 #2 Android browser doesn't support animated gifs which means that WebView is not able to play those as well. Your only option is to extract the images with the GifDecoder library and animate them manually. Upvote 0
Android browser doesn't support animated gifs which means that WebView is not able to play those as well. Your only option is to extract the images with the GifDecoder library and animate them manually.