Can not view full PDF when integrated with Ionic app, half the PDF can not be viewed on mobile devices
Opened this issue · 1 comments
krthkbharadwaj commented
Hi,
I have been trying to show the PDF on mobile app from local folder of Ionic, finally I landed here. I can now display the PDF file inside the app, but I am unable to read the complete PDF file, half of the area can not be viewed. Maybe due to responsiveness is not handled by pdfviewer tag.
It would be appreciated any kind of help
Thanks.
SimZache commented
maybe the css canvas{width: 100%; height: 100%;}
can solve it. @krthkbharadwaj