ngx-extended-pdf-viewer
ngx-extended-pdf-viewer copied to clipboard
Form inputs display issues on Safari
ngx-extended-pdf-viewer version : 18.1.14 Angular version : 15
Hello,
We are experiencing some issue with PDFs containing forms on Safari. When some inputs are filled, their value is not always displayed. When not displayed, resizing the window make the input values blink but they are still invisible when resizing is done.
In the two following screenshots, we used the same ngx-extended-pdf-viewer configuration. On is part of a Material Dialog that opens in full screen, and the malfunctioning one is part of a page.
You can find attached the PDF used for this tests. Thanks !
<ngx-extended-pdf-viewer
[src]="'/assets/Mouvement n°4 - cerfa n°2759-SD.pdf'"
[disableForms]="true"
[showToolbar]="false" [sidebarVisible]="false" [showUnverifiedSignatures]="true" [showBorders]="false" [ignoreKeyboard]="true" [backgroundColor]="undefined" [enableDragAndDrop]="false" [enablePrint]="false" theme="dark">
</ngx-extended-pdf-viewer>
Nominal behavior
Malfunctioning viewer