Phuc
05/29/2024, 3:16 AMPablichjenkov
05/29/2024, 3:50 AM.ignoresSafeArea(.keyboard)
in the swift side to another value:
struct ContentView: View {
var iosBridge: IosBridge
var body: some View {
ComposeView(iosBridge: iosBridge)
//.ignoresSafeArea(.keyboard) // Compose has own keyboard handler
.ignoresSafeArea(.all, edges: .bottom) // If prefered to handle this in compose land
}
}
Pablichjenkov
05/29/2024, 3:50 AMPhuc
05/29/2024, 3:54 AMPhuc
05/29/2024, 3:55 AMComposeView().ignoresSafeArea(.all)
Vivek Choudhary
05/29/2024, 6:12 AMPablichjenkov
05/29/2024, 6:27 AMVivek Choudhary
05/29/2024, 6:34 AMyoussef hachicha
05/29/2024, 7:38 AMCornel Oaie
05/29/2024, 8:11 AMenableEdgeToEdge()