Let's say I have an EFL popup window, to display ephemeral information. I would like this popup to auto-close after certain time, but keep the the popup open if the screen is tapped (in other words, tapping the screen resets the timeout timer).
I know how to display the popup, I know how to setup the timeout and I know how to close the popup within the timeout callback. I even know how to reset the timeout timer. No problem.
I only have one problem. How do I detect the "tap" on the popup window (while keeping the usual feature of the popup window, like flick-to-scroll, to continue to work) ?
Platform: Tizen 2.3.2, Gear S3.
Thanks.