-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gifs played very slow in android #400
Comments
Update: Looks like that the problem is Glide: For GIFs this library should use Fresco and not Glide. Any way to force FastImage to use Fresco in Android? |
I'm actually having this issue on both iOS and Android, which in this case iOS performs worse than Android! |
I have the same issue. iOS works great but Android is extremely slow. @DylanVann Any thoughts? |
Same problem on Android here, waiting for a solution... |
+1 |
Same issue here, but I still decide to choose this library because I having a terrible performance of the whole app when I am showing images in my FlatList and Carousel, especially carousel, I having terrible drops of fps from few frames up to 5 fps. With Fast Image I having almost perfect fps no drops but gifs loading too slow and playing slower than in normal browsers. |
static images have no issues but animated webp and gif causing performance issue |
Hi everyone,
I'm having a strange behaviour with fastimage and android.
A remote GIF put inside an
<Image>
works pretty well, played at the original speed.The same remote GIF put inside a
<FastImage>
is played at variable speed. Seems that the playing speed depends from the network speed and even after the first loop, keeps playing at the same speed. So, it's not due to a buffering stage or similar.This makes totally useless FastImage for GIFs in Android, because the playing speed is around one tenth of the original.
Someone got the same issue? Any workaround?
Thank you.
"react-native-fast-image": "5.1.1"
The text was updated successfully, but these errors were encountered: