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

Content of active section not rendered properly in Accordion #465

Open
Yupeng-li opened this issue Apr 24, 2023 · 0 comments
Open

Content of active section not rendered properly in Accordion #465

Yupeng-li opened this issue Apr 24, 2023 · 0 comments

Comments

@Yupeng-li
Copy link

Recently we noticed that sometimes on android devices the content of active section is not rendered. The reason I found is that the Collapsible component is calling measure function of the view to get the content height. But somehow the function returns undefined values, so the height of content is set to 0. It might be related to this issue, but the workarounds didn't help with the issue I got here.

I ended up to use measureInWindow to get the height when measure didn't work.

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

No branches or pull requests

1 participant