Trigger button in static list

In the project you use a Static List to show the popups. On the popups we see a triggers and you set up a command sending by the Release event.
When the item is on the list, it has an Move event for dragging. So, when you Press and Release a button for a shot time, it works correct. But when we move a button (like a micro-swipe) the Release event does not work, only Press and then Move.
So, if you use a Press event for the Trigger on the list - it works, if use Receve on the normal page or Popup - it works. But when you use Release on the Static List - it has a chanse to be faild. And that is what we saw.
You need to change a trigger event from Release to Press.

Is this article helpful for you?