-
Notifications
You must be signed in to change notification settings - Fork 947
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
Bugfix/turbo mem leak #4079
Bugfix/turbo mem leak #4079
Conversation
…encent#2362) * chore(github): added templates for crash report issue and it's bot Co-authored-by: zoomchan-cxj <[email protected]>
This reverts commit 472193b.
…encent#2353) * docs(web-renderer): add instructions for hippy-react and hippy-vue * docs(web-renderer): add instructions for hippy-react and hippy-vue Co-authored-by: Mohannnnn <[email protected]>
Also fixed the issue of missing onPageSelected callbacks upon first entry; The logic for automatic updates keep same with Android, as follows 1. If the previous item only changes its location, update the current location and keep the current item displayed. 2. If the previous item does not exist, do not adjust the position, but keep the current position in the valid range (that is, 0 ~ count-1).
this is a minor fix for feat 'pageIndex of ViewPager auto update after data changes'
…t#3992) * fix(ios): accuracy of ViewPager's onPageScroll event parameters * fix(ios): improve accuracy of ViewPager's onPageScroll parameters
Hi, @etkmao. Thanks for your PR! 👏 🏷️ You can leave a comment in this PR with |
|
Before submitting a new pull request, please make sure: