Hello,
I've been attempting to create a list of buttons where each individual button contains a UiButtonPopupList component. Everything works fine until I tap on two of these buttons simultaneously. What happens is that one of the popup becomes stuck and no longer becomes responsive. The other still works perfectly fine but the other one no longer responds to any taps. Looking at the class, I see that the OnClick callback creates the popup. I guess that's why multiple popups can be creates if multiple touch happen simultaneously. However, I'm not sure why one of the popup becomes responsive.
Thanks.