Standard Context Menu for WebTextField in Web 1?

We just tried to use context menu on a WebTextField to copy & paste.

But on right click nothing happens and the browser contextual menu doesn’t show.
Does someone know the workaround for that?

Found it:

// disable all contextmenus
Me.ExecuteJavaScript "document.body.removeEventListener('contextmenu', Xojo.input.contextClick );"
2 Likes