I have problem when using AndroidView in composabl...
# compose
g
I have problem when using AndroidView in composable function. I have simple UI
Copy code
AndroidView(factory = {
    EditText(it)
},modifier = Modifier.fillMaxWidth().wrapContentWidth())
I clicked mutiple "tab" on keyboard and editext height got full screen. When I pressed delete button on keyboard multiple times, it got a bit delay to resize editext height.
z
The only thing that looks like an issue to me here is that delay in the middle of the video. Does that happen after a certain character count or line count?
👍 1
g
it just happens after editext got full height of the screen.
have any solution to fix this issue sir?
z
Not off the top of my head. Can you file a bug with code to reproduce?