'How to disable right click on embedded pdf?
Can any one have idea how to disable right click on pdf which is embedded in iframe.
I am using this:
oncontextmenu="return false" onselectstart="return false" ondragstart="return false"
but it is disabling the rightclick only other part of webpage not on iframe.
Please help me. Thanks in advance!!
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
