20
Views
3
Comments
Solved
Triggering Action When User Clicks Outside Reaction Popup in mobile application
Question

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!



2025-03-12 07-08-15
Nilesh Trivedi
Solution
UserImage.jpg
Shrikar Kulkarni

Thank you for your suggestion. 

2026-03-12 10-32-06
Wahaj Adil

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!

2025-03-12 07-08-15
Nilesh Trivedi
Solution

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.

UserImage.jpg
Shrikar Kulkarni

Thank you for your suggestion. 

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.