In Edge, it is possible to navigate using a two-finger swipe gesture on the touchpad (similarly to the touchscreen swipe gesture).
Is there a way to enable this in WebView2 when embedding using DirectComposition? It seems to work when using the normal HWND embedding approach, but I don't see any way to pass through the gestures with the composition api.
@hasali19 Hi, I am also seeing this repro on our public sample app, this seems like a bug in WebView2 when embedding using DirectComposition. We created a bug for this and will look into this issue. Thank you!
In Edge, it is possible to navigate using a two-finger swipe gesture on the touchpad (similarly to the touchscreen swipe gesture).
Is there a way to enable this in WebView2 when embedding using DirectComposition? It seems to work when using the normal HWND embedding approach, but I don't see any way to pass through the gestures with the composition api.
AB#39344836