[M108 Migration] Add "custom,scroll,begin","custom,scroll,end" support 08/288708/4
authorayush.k123 <ayush.k123@samsung.com>
Wed, 22 Feb 2023 02:45:01 +0000 (08:15 +0530)
committerBot Blink <blinkbot@samsung.com>
Wed, 22 Feb 2023 14:13:41 +0000 (14:13 +0000)
commit9053e24a25076a2a35bff41c56b2c770c8cdf064
treeb9294d16b385236dc4b21039e4907765766c1e68
parent55ecc3eb01529375cc6abf7297ca69444e330cdc
[M108 Migration] Add "custom,scroll,begin","custom,scroll,end" support

Handles and context menu should be temporarily hidden durnig scrolling.
But specific applications like email-app uses their own scrolling
mechanism within chromium-efl does not know about this happening.
This breaks chromium-EFL behaviour.

To meet these requirements email-app provided smart callbacks to
notify engine that custom scrolling is started and finished.

The patch is a counterpart of above smart callbacks.

Reference: https://review.tizen.org/gerrit/281741

Change-Id: I5ab6d978b50b4e9ed4302ad28fcc65f1c248453b
Signed-off-by: Ayush Kumar <ayush.k123@samsung.com>
tizen_src/ewk/efl_integration/eweb_view.cc