accompanist: [WebView] WebView contents inside of the bottom sheet of the ModalBottomSheetLayout is not scrollable

Description webView contents inside of the bottom sheet of the ModalBottomSheetLayout is not scrollable Steps to reproduce

  • Implement Accompanist WebView in accompanist ModalBottomSheetLayout
  • Check the web page, web page contents is not scrolling by default.
  • Adding Modifier.verticalScroll(rememberScrollState()) not working in all web pages. (Note: It works fine in normal compose view without adding verticalScroll).

Expected behavior

  • All the web page contents should be visible and also can scrollable without adding any code, if web view isVerticalScrollBarEnabled is enabled.

Additional context I found same type of question is raised here. Although ticket is closed.

About this issue

  • Original URL
  • State: closed
  • Created a year ago
  • Reactions: 9
  • Comments: 15

Most upvoted comments

facing the same issue.