The page in the iframe disables methods that right click events


Add:


<script>
document.oncontextmenu = function(){
return false
}
</script>

Can be