Right Click in webtextarea/field to paste

You cannot right click in a webtextfield or a webtextarea.

Im not looking to detect the click ( as in IsContextualClick )

I just need the user to be able to paste text.

What am I missing?

From what I see, paste with the standard Command-V or Ctrl-V work in all current browsers : Safari, Chrome on Mac, IE, Firefox and Chrome on PC.

By default, right click menu in a browser does not behave like the desktop one. There is no copy/cut/paste items.

You will have to use JavaScript to access the keyboard object in order to paste.

https://stackoverflow.com/questions/2176861/javascript-get-clipboard-data-on-paste-event-cross-browser#6804718

https://www.daftlogic.com/sandbox-javascript-to-copy-paste-clipboard.htm

there is an old Feature Request to allow Contextual Menus in WebTextControls: <https://xojo.com/issue/23071> in Feedback. Feel free to add your voice.