I am using powerbi-client to embed Power BI reports into Angular8 project. I do not want to show right context menu on Power BI visuals by disabling a right click on angular side (highlighted in red square box).
I tried to prevent this on "loaded" event but it doesn't allow due to CORS issue.
Can any one suggest how to disable a right context menu from Power BI report ?
Can this be achieved using Java Script ?