Hi, I’m unable to position Popup `DropdownMenu` us...
# compose
k
Hi, I’m unable to position Popup
DropdownMenu
using
offset
property. I have tried to use
Modifier.onGloballyPositioned{}
but not getting expected results, How i should position Popup menu at depending on other view ?
f
Try onSizeChanged as a modifier instead of onGloballyPositioned
k
But onSizeChanged is only giving
width
and
height
@FunkyMuse how can i get position
t
I have the same issue - it works to a point, then just goes to the bottom of the view. I just kind of gave up, hoping it might be fixed in future versions…
z
Can you post your code and a screenshot or video screen capture?