Josh
04/08/2024, 5:24 PMJiri Bruchanov
04/08/2024, 6:27 PMKeyboardOptions(imeAction = ImeAction.Done)
Josh
04/08/2024, 6:31 PMJiri Bruchanov
04/08/2024, 6:37 PMJosh
04/08/2024, 6:39 PMJiri Bruchanov
04/08/2024, 6:40 PMJiri Bruchanov
04/08/2024, 6:40 PMJosh
04/08/2024, 6:40 PMJosh
04/08/2024, 6:41 PMJiri Bruchanov
04/08/2024, 6:41 PMJosh
04/08/2024, 6:42 PMJiri Bruchanov
04/08/2024, 6:42 PMstruct ContentView: View {
var body: some View {
ComposeView().ignoresSafeArea(.all) // Compose has own keyboard handler
}
}
Jiri Bruchanov
04/08/2024, 6:42 PMignoresSafeArea
is doing the resizing magic...
but what I remember I saw recently some bug related to thatJosh
04/08/2024, 6:43 PMJiri Bruchanov
04/08/2024, 6:44 PMJosh
04/08/2024, 6:45 PMJiri Bruchanov
04/08/2024, 6:46 PM