Pardip
12/28/2022, 8:53 AMbottomSheet
. 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.