Does anyone have a good practice when working with...
# compose-android
h
Does anyone have a good practice when working with WebView inside a LazyColumn? Using Webview with
fillMaxSize
in a normal Composable work well to me. But when I need to load a wrap content WebView as an item in a
LazyColumn
, above items are not rendered correctly (take space but not rendered). Only when manually scrolled it down then it will show up.