No source variable in ContextMenu when opened programatically with TouchEvent
8 years ago.
Hi
When I try to open the ContextMenu of an event programatically with "contextMenu.show(e);" there will be no source field available in this as described here: https://api.daypilot.org/daypilot-menu-show/
However, I have noticed this only happens if the event that triggers the ContextMenu is a TouchEvent.
If it is fired from MouseEvent the source field will be there.
Is there a solution for my problem? Or is it not implemented the same way for TouchEvents?
Thanks for any help
DayPilot