Hi! I am using kendo pdf viewer. The issue i have is that component behind the scenes is creating a canvas. This is not allowing me to ctrl + c. I am not sure why is this happening to me but not in the demo page. Do you have any clue what's happening ?
<kendo-pdfviewer
*ngIf="isPdfViewerVisible && pdfSource"
[url]="pdfSource"
style="height: 100%; width: 100%"
[tools]="tools"
></kendo-pdfviewer>