We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ng2-pdfjs-viewer doesn't work in Ion-Modal ng-template appears as a grey empty frame. I've tested outside of a modal and the pdf loads as expected.
<ion-modal [isOpen]="isPdfModalOpen" (willDismiss)="onWillDismiss($event)"> <ng-template> <ion-header > <ion-toolbar> <ion-buttons slot="start"> <ion-button (click)="cancel()">Close</ion-button> </ion-buttons> </ion-toolbar> </ion-header> <ion-content class="ion-padding ion-text-center"> <ng2-pdfjs-viewer [pdfSrc]="pdfSrc" zoom="auto" pagemode="thumbs" > </ng2-pdfjs-viewer> </ion-content> </ng-template> </ion-modal>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
ng2-pdfjs-viewer doesn't work in Ion-Modal ng-template appears as a grey empty frame. I've tested outside of a modal and the pdf loads as expected.
The text was updated successfully, but these errors were encountered: