Handling ContextualMenus in HTMLViewer ?

I do not saw the two ContextualMenus Events in HTMLViewer, so I am asking how can I handle them…

I loaded an image in an HTMLViewer, then Control-Right-Click and get 4 entries in the ContextualMenu.

How can I handle them (individually, of course) ?

Mac? Win? Linux?

For Mac, you can use MBS Xojo Plugins with WebUIDelegateMBS class to implement events.
Or set DisableContextMenu to disable it.

I see contextMenuItemsForElement event is missing. Let me add it…