open hyperlinks inside embedded pdf in a new window
Hello,
I created pdf documents with links opening in a new tab,with the app.launchURL method provided by the answers of the adobe community :
How do I open hyperlinks inside embedded pdf in a new window? (JavaScript)
But today, this is not working anymore in MS Edge and Chrome browsers...
When i ask Chrome to fix this bug, the answer is :
Looking through the PDFium code, we do have an implementation of app.launchURL in our code base. It is no-op though, with an explicit comment that this operation is considered unsafe and thus not supported. This appears to be a case where we have actively chosen to be non-compliant with the Adobe implementation.
And the bug is closed with the status : Won't fix...
So my question is : How do I open hyperlinks inside embedded pdf in a new window today in Chrome and MS Edge ???
The example in the following link is working as wanted in Firefox (ugly frames and links in new tab) but not in Chrome nore Edge.
https://dev.gaelgerard.com/testpdf.pdf
Is there another solution ?
Thank you
