Hello :raised_hand_with_fingers_splayed::skin-tone...
# multiplatform
y
Hello 🖐🏻, How can I implement a persistent bar attached to the keyboard in a cross-platform manner for both iOS and Android using JetPack Compose? I prefer not to rely on WindowCompat.setDecorFitsSystemWindows(window, false) and Modifier.imePadding(). Can you provide guidance on creating a comparable component that works seamlessly across both platforms? Thank you.