VideoView context menu
Summary
I'm trying to add a context menu on the VideoView control. But when the video starts playing the context menu don't show anymore. I try to attach to the WinProc callback, and I can see no events are fired when the video play. Does someone found a workaround for that?
Minimal project and steps to reproduce
https://github.com/sergiocapozzi77/vlccontextmenu
What is the current bug behavior?
The right click context menu don't appear
What is the expected correct behavior?
The right click context menu should appear
Relevant logs and/or screenshots
Context menu appearing when video not playing:

Context menu not appearing when video playing:

Environment
- OS: Windows
- Version 10
- LibVLC version and architecture 3.0.6, x64
- LibVLCSharp version 0.8.1
Possible fixes
Edited by Sergio Capozzi