How to get keyboard Cursor global position in jetPack Compose?

32 views Asked by At

I need to get the keyboard input cursor position in the screen at any given time if the Virtual keyboard is visible in jet pack compose without being dependent on any Composable (for example when we have list of textfields we can't calculate the cursor Pose depending on one textfield from the list)

I didn't find anything about this topic. thanks in advance

0

There are 0 answers