-
Notifications
You must be signed in to change notification settings - Fork 946
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
fix(android): return size after loading gif #3001
fix(android): return size after loading gif #3001
Conversation
Hi, @Xuanquan-Zhuang. Thanks for your PR! 👏 🏷️ You can leave a comment in this PR with |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- 这个返回参数是否双端统一
- success都有哪些值,分别 表示什么意思,要在官网文档补充
- vue2、3 demo需要补充
Hi, @Xuanquan-Zhuang, I noticed that our reviewers requested changes to this pull request. |
android/sdk/src/main/java/com/tencent/mtt/hippy/views/image/HippyImageView.java
Outdated
Show resolved
Hide resolved
🎉 It seems that this pull request has been approved by all required reviewers. But it has more than one normal commit, I will notify admin team member to merge it manually, please wait a moment.
|
* fix(android): return size after loading gif * fix(vue, vue-next): handle onLoadEnd params * Revert "fix(vue, vue-next): handle onLoadEnd params" This reverts commit 52aae10. * fix(android): return image size using onLoad * fix(img): update demo about onLoad usage * docs(img): update doc about onLoad usage * fix(demo): modify attribute name * fix(android): change if condition order * fix(vue, vue-next): handle onLoadEnd params * fix(vue, vue-next): remove unexpected events * fix(vue, vue-next): modify code expression * feat(react): update gif onLoad * feat(vue, vue-next): update demo expression --------- Co-authored-by: andrezhuang <andrezhuang@tencent.com>
* fix(android): return size after loading gif * fix(vue, vue-next): handle onLoadEnd params * Revert "fix(vue, vue-next): handle onLoadEnd params" This reverts commit 52aae10. * fix(android): return image size using onLoad * fix(img): update demo about onLoad usage * docs(img): update doc about onLoad usage * fix(demo): modify attribute name * fix(android): change if condition order * fix(vue, vue-next): handle onLoadEnd params * fix(vue, vue-next): remove unexpected events * fix(vue, vue-next): modify code expression * feat(react): update gif onLoad * feat(vue, vue-next): update demo expression --------- Co-authored-by: andrezhuang <andrezhuang@tencent.com>
Pre-PR Checklist