Forum Discussion
Anonymous
2 years agoNot applicable
Disable default browser right click menu on embedded power bi report
We are embedding a powerbi report into our angular application. The iframe is not within our html but comes from powerbi. Is there a way to disable the defualt right click functionallity when I click on Iframe? The powerbi report has its own right click functionallity which we want to keep but we want to disable the defualt browsers menu from coming up.
2 Replies
- AnonymousNot applicable
Hi Anonymous ,
Please review the following thread, hope it can help you solve the problem.
How to handle right click event in Angular app? - Stack Overflow
Best Regards
- AnonymousNot applicable
This method will not work since it is an embedded Iframe. Has to be locally in my code for that to work.