Replies: 1 comment 3 replies
-
Make sure you've using the newer windows touch implementation see https://docs.microsoft.com/en-us/dotnet/framework/migration-guide/mitigation-pointer-based-touch-and-stylus-support Past that I don't have a touch screen at the moment so you'll have to do the debugging. Add a breakpoint to https://github.com/cefsharp/CefSharp/blob/cefsharp/91/CefSharp.Wpf/ChromiumWebBrowser.cs#L858 for starters, see if the drag start is called. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
i am working on wpf application. is there any way i can drag image from browser to canvas using touch.i am able to do that using mouse but not by touch
Beta Was this translation helpful? Give feedback.
All reactions