<ejs-pdfviewer id="container" class="h-100 w-100" enablePersistence="false" enableToolbar="true" enableNavigationToolbar="false" toolbarSettings="@(new Syncfusion.EJ2.PdfViewer.PdfViewerToolbarSettings {ShowTooltip = true, ToolbarItems = new [] {"PageNavigationTool", "MagnificationTool", "DownloadOption"} })" serviceUrl="/api/PdfViewer" documentPath="@(Model.BlobData.Uri)">ejs-pdfviewer> |
This will be rendered as follow on desktop (chrome)
When I check the same page on an ipad the toolbar isn't rendered and it is displayed differently.
How can I achieve that the toolbar is displayed on iPad as it is on the desktop? I really need this due a customer voice.
Btw. is there also a possibility to disable the lazyload rendering? So the whole pdf is rendered on page load instead during scrolling?
Thank you in advance for a solution!
Sincerely, Ramos
Query |
Details | |
Since hours I'm trying to find out a solution for the following behaviour whete in the documentation or even here in the forum i couldn't find a solution for it.
I have a pdfviewer implemented as follow:
This will be rendered as follow on desktop (chrome)
When I check the same page on an ipad the toolbar isn't rendered and it is displayed differently.
How can I achieve that the toolbar is displayed on iPad as it is on the desktop? I really need this due a customer voice.
|
Currently PDF Viewer do not support annotations in Mobile devices, however we have already added this to our feature request list, and we do not have any immediate plan to implement the same. We will let you know once the feature is implemented. You can track the status of the implementation using the below feedback link,
| |
Btw. is there also a possibility to disable the lazyload rendering? So the whole pdf is rendered on page load instead during scrolling? |
Currently we do not have ‘Support to render all the pages of the PDF document during initial loading’. However, we have added it to our feature request list, and we do not have any immediate plans to implement it. At the planning stage for every release cycle, we review all open features. We will let you know when this feature is implemented.
You can track the status of the implementation with the below feedback link,
|