Armond Avanes
03/12/2024, 9:08 PMCasey Brooks
03/12/2024, 9:11 PMArmond Avanes
03/12/2024, 9:13 PMenableEdgeToEdge() in your activity.onCreate() prior to calling
setContent { } to make it work.Armond Avanes
03/12/2024, 9:13 PMCasey Brooks
03/12/2024, 9:17 PMArmond Avanes
03/12/2024, 9:40 PMNoActionBar theme is already setup on Manifest when you create your project through kmp website. So no issues on that side.
I just want to know if iOS can be somehow enabled as well or not.Alexander Zhirkevich
03/12/2024, 10:06 PMvar body: some View {
ComposeView()
.ignoresSafeArea()
}Armond Avanes
03/13/2024, 12:35 AM.keyboard inside .ignoresSafeArea(.keyboard) and it worked.