Page 1 of 1

CEF OSR linux page touch scrolling

PostPosted: Thu Mar 23, 2023 7:40 pm
by Scurry
Hi, I want to implement ability to scroll web page using touchscreen finger gesture.
I've seen some posts that touch-events=enabled should be passed in order to activate them... As well as send touch events to browser.
I tried to check cefclient example using it like so
Code: Select all
cefclient --off-screen-rendering-enabled --touch-events=enabled

I also added prints where CefTouchEvent should be initialized with incoming Gdk event, but never seen them.
Non-osr cefclient scroll with touch works fine.