Reputation: 280
I am working on an Android app in which I am sending GIF images to WeChat. I am sending that image using WeChatSDK
but the problem is that I am not able to see animated image, I'm getting that static image instead.
Upvotes: 1
Views: 12749
Reputation: 21
You CAN send an animated GIF in WeChat.
I have had mixed results with this method, but it does work with some GIF files
Upvotes: 2
Reputation: 1
You have to realise that:
the presentation on Wechat service account is not like one on a normal web browser.
For example, you can only use HTML
tag with text sent atm, and Wechat
service account doesn't support any other HTML
tags.
Do remind me if you know any other HTML
tags or attributes supported, I was so devastated trying to implement coloured text.
And yes I agree with @Deco.
Upvotes: 0
Reputation: 99
Wechat only support GIF emotion, doesn't support GIF image. So it's impossible now.
Upvotes: 0