:android-wave:Hello, I’m struggling with jetpack ...
# compose
p
👋Hello, I’m struggling with jetpack compose web view inside
bottomSheet
. Adding a
verticalScroll(rememberScrollState())
modifier to the WebView (
AndroidView
) or parent composable inside BottomSheet causes some page contents/images to not load for unknown reasons. I also tried the accompanist web view inside the bottom sheet and obtained the same results (some page contents or images are not showing up). But when I don’t use BottomSheet, those pages/images appear. Is there a way to deal with it? I see same type of issue face by other people here using accompanist library, although this issue ticket is closed.