Copy link to clipboard
Copied
I have an embedded PDF (embedmode "IN_LINE") and it's located way down the page (out of the viewing area), however the page jumps/focuses on the PDF once it's loaded.
This still happens, even with the variable "focusOnRendering: false".
I've also set the default PDF reader in Firefox to Adobe PDF, but to no avail.
I can't reproduce the behavior you describe.
The settings should look like this...
{ embedMode: "IN_LINE", focusOnRendering: false }
I have a working example at this CodePen.
Copy link to clipboard
Copied
I can't reproduce the behavior you describe.
The settings should look like this...
{ embedMode: "IN_LINE", focusOnRendering: false }
I have a working example at this CodePen.
Copy link to clipboard
Copied
Thank you very much ^^