AmrJyniat
02/06/2023, 6:25 PMpopup
, and I'm struggling to find a way to know what is the start point(x) of this popup
relative to the whole window, any hints?AmrJyniat
02/06/2023, 6:33 PMRafs
02/06/2023, 8:05 PMModifier.onPlaced
or Modifier.onGloballyPositioned
AmrJyniat
02/06/2023, 9:13 PMpopupPositionProvider
to position the popupLoney Chou
02/07/2023, 2:14 AMPopupPositionProvider.calculatePosition
will give you anchorBounds
which contains the coordinate of the parent component in the windowAmrJyniat
02/07/2023, 9:10 AManchorBounds
gives me the bound of the popup's parent, but I want the point of intersection between them