I am using CefSharp in a WPF application. I need to handle HTML5 Drag n'Drop API events, but I think they don't throw CefSharp. I load this HTML page and it does not work as expected. I have already tried setting browser settings (DragDropDisabled) without success. I am using CefSharp version 1.25.7, and also tried updating to the latest version without success.
It seems that only the dragstart event is occurring.
Can someone help me?
source
share