Skip to content

show gif problem  #1649

@3-BodyCoding

Description

@3-BodyCoding
   //glide
    compile 'com.github.bumptech.glide:glide:3.7.0'
    compile 'com.github.bumptech.glide:okhttp3-integration:1.4.0@aar'

Device/Android Version:
Samsung Galaxy7 edge, android 6.0
meizu mx5, android 5.0

     Glide.with(context)
                .load(url)
                .asGif()
                .dontAnimate()      
                .placeholder(R.drawable.ic_stub)
                .error(R.drawable.ic_error)
                .into(imageView);

GIF will show some GIF frame is incomplete, but these GIF in the computer and other applications show no problem, so the GIF itself should be no problem.
ps:I try to use fresco no problem

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions