How to disable all hrefs in iframe but maintain text dragging?
تبليغسؤال
يرجى شرح بإيجاز لمإذا تشعر أنك ينبغي الإبلاغ عن هذا السؤال.
I want to disable all interactions in iframe except selecting text to copy something, is it possible?
<iframe src=”test.html” style=”pointer-events: none” sandbox></iframe>
This doesn’t work because it blocks text dragging too. Also the sandbox is not working.
أضف إجابة