Assigned
Status Update
Comments
em...@well.co <em...@well.co> #2
Hey OP, have you tried Embedded Layout Inspector? you can try it in Iguana Canary. Please give it a try and let us know if you still have this issue.
Description
composeBom = "2024.04.01"
Jetpack Compose component(s) used:
LazyColumn, AndroidView for WebView
Android Studio Build:
Android Studio Ladybug | 2024.2.1 Patch 2
Kotlin version:
2.0.0
Steps to Reproduce or Code Sample to Reproduce:
Greenfield app:
1. Add a webview wrapped with AndroidView between the items. Don't add a height modifier, so it should take
2. Load content to webview locally - should be a long content so that it makes the screen scrollable.
3. Add onSizeChanged modifier to webview
4. Everytime the orientation changes WebView starts with 24px height and then gets recomposed to fit the content. This makes scroll position calculations erroneous.