I have created a popup in jet pack compose android which is attached with screen bottom and taking inputs. Using popup() jetpack component. But as soon as I focus on text field keyboard is opening but it’s behind the popup. I am not sure why keyboard is not coming on front..
Asked
Active
Viewed 220 times
1

Duke
- 31
- 4
-
you mean , you have TextField in Popup which is aligned in bottom and when you focus on textfield , it hides behind the pop up right ? – Jayant Kumar Feb 24 '23 at 06:33
-
I will suggests you instead of popup , you can use Dialog or AlertDialog – Jayant Kumar Feb 24 '23 at 06:45