I am using ng2-pdf-viewer. pdf is not loading in viewer until I scroll the page slightly. First time only vertical and horizontal scroll of pdf display, once I scroll the pdf then pdf get visible.
Here is the code:
<pdf-viewer src="Testing.pdf" [render-text]="true" [show-all]="true" style="display:block;"></pdf-viewer>
what is wrong in the implementation?