Hi, In a mobile application, I have implemented a user reaction feature where users can select an emoji. However, if the user opens the reaction popup but decides not to react and taps outside the reaction area, I need to trigger an action (like closing the popup).
I tried using the OnBlur event, but it's not working as expected.
Does anyone have suggestions on how to detect when a user taps outside the reaction area in a mobile app built with OutSystems?
Thanks in advance!
Hi,
You can check this Forge component.
https://www.outsystems.com/forge/component-overview/2331/close-popup-on-outside-click-o11
Hope it helps.
Thank You.
Thank you for your suggestion.
hi @Shrikar Kulkarni ,
please try using JavaScript to achieve the required functionality.usually onblur is the event to trigger this but you can use Js out of the default scope.this may help you achieving the requirement.thanks and regards!