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

[Web] Wrap webview in a viewgroup to workaround rare crash #1483

Merged
merged 1 commit into from
Jan 18, 2023

Conversation

bentrengrove
Copy link
Collaborator

@bentrengrove bentrengrove merged commit 1a7346f into main Jan 18, 2023
@bentrengrove bentrengrove deleted the ben/wrap_webview_layout branch January 18, 2023 08:20
@KevinnZou
Copy link
Contributor

This change may lead to another issue, the nested scroll does not work now. Since the AndroidViewHolder use view?.isNestedScrollingEnabled to determine whether the child view support nested scroll. It works well before this change because Webview supports nested scroll but failed now since FrameLayout does not. I am wondering if there is any workaround for that problem.

@bentrengrove
Copy link
Collaborator Author

Please open an issue for this and we can investigate

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

Successfully merging this pull request may close these issues.

3 participants