pdf animation not working
messxay opened this issue · 2 comments
I using ejs-pdfViewer inside ejs-dialog properties injectedModules length 0, when i put it outside ejs-dialog then it works.
down here code of me.
<ejs-pdfviewer
#pdfviewer
id="pdfViewer"
[(serviceUrl)]="service"
[enableToolbar]="false"
[enableNavigationToolbar]="false"
[enableAnnotationToolbar]="false"
[enableThumbnail]="true"
(created)="onCreated($event)"
(documentUnload)="changeCanActState(true)"
(annotationAdd)="addAnnoEvent($event)"
(annotationMove)="resetTime($event)"
(annotationRemove)="removeAnnot($event)"
(annotationResize)="resetTime($event)"
(annotationSelect)="selectedAnnotation($event)"
(annotationPropertiesChange)="resetTime($event)"
(printEnd)="cancelPrint($event)"
(documentLoad)="loadingAnnot($event)"
(pageChange)="pageChange($event)"
[zoomValue]="zoomValue"
(zoomChange)="changeZoomValue($event)"
[ajaxRequestSettings]="ajaxSetting"
style="
height: 100% !important;
width: 100% !important;
position: relative;
display: block;
"
>
We have tried to reproduce the reported issue but it is not reproducing on our end. We have shared the sample in which we have tried to reproduce the issue in the below link,
Try this sample and revert to us with the following details, if you have any concerns on this. This will be helpful for us to analyze further and provide the details.
• Modified sample or share the sample in which the issue is reproduced.
• Code snippet
• Replicate procedure
This issue has not had any activity for one week. Closing for housekeeping purposes. Please feel free to reopen it if you have more information that can help us investigate the issue further.