google / accompanist

A collection of extension libraries for Jetpack Compose
https://google.github.io/accompanist
Apache License 2.0
7.34k stars 593 forks source link

[WebView] #1692

Closed mouli-011 closed 11 months ago

mouli-011 commented 12 months ago

Description I am using a AndroidView WebView inside LazyColumn. When I scroll, because of the autosizing of the WebView, the scroll seems to flicker. When give a constant height to the WebView the issue is resolved. But as we cannot give a fixed height to WebView could you suggest me some solution to solve this.

bentrengrove commented 11 months ago

Unfortunately Accompanist WebView has been deprecated and won't be supported going forwards. I am closing this issue. We recommend you fork the implemenation here and customise it to your needs. For more information please see our update blog