Join Slack
Powered by
Is there any way to listen for keyboard events? (w...
# compose
d
danieldisu
08/25/2021, 11:00 AM
Is there any way to listen for keyboard events? (when the keyboard is shown and when the keyboard is hidden (without pressing next/done) inside a composable?)
d
divid3d
08/25/2021, 11:16 AM
U can check keyboard visibility by using
Copy code
LocalWindowInsets.current.ime.isVisible
👍 1
d
danieldisu
08/25/2021, 11:32 AM
Thanks!!
5
Views
Open in Slack
Previous
Next