I want to make a new user guidance for my applicat...
# compose
f
I want to make a new user guidance for my application, so I need to find some element's position and size. In view, I can find them by id. In compose, I don't know how to get these information. I want to do something like this:https://github.com/KeepSafe/TapTargetView
a
See
Modifier.onGloballyPositioned()
.
👍 1