Is there way to customized right click property pop-up on browser at Mendix

0
I need a show some options to the client on my project web page, when they click right click. How can I do that? 
asked
1 answers
1

I wouldn't do it, it is possible but generally considered to be a bad idea.

 

Good or bad idea:

https://stackoverflow.com/questions/779689/right-mouse-click-in-web-applications-good-or-bad-idea

 

How to:

https://itnext.io/how-to-create-a-custom-right-click-menu-with-javascript-9c368bb58724

 

answered