MicrosoftEdge / WebView2Feedback

Feedback and discussions about Microsoft Edge WebView2
https://aka.ms/webview2
453 stars 55 forks source link

Touchpad navigation gesture #2382

Open hasali19 opened 2 years ago

hasali19 commented 2 years ago

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

tofuandeve commented 2 years ago

@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!