Skip to content
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

Scrolling results in very poor performance. Repro on sample App. [iOS] #1545

Closed
an888ha opened this issue Jun 1, 2018 · 2 comments
Closed
Assignees

Comments

@an888ha
Copy link
Contributor

an888ha commented Jun 1, 2018

We are facing performance issue while scrolling , Since Adaptive Card renders the views async , we are loading our table view cells after getting the callback from delegate(Did Load Elements). Our Normal Chat cells are being rendered first and than Adaptive Cards cells comes , this results in jumping in some cells.
Note :- We are caching the ACRViews , so this behavior is for the first time scroll only, once we scroll on cached views the performance is good.

@jwoo-msft
Copy link
Member

please try PR #1547

@jwoo-msft jwoo-msft self-assigned this Jun 5, 2018
@jwoo-msft
Copy link
Member

will close it once PR 1547 and 1554 merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants