I'm using the PDF Viewer in a app to be used on iPad.
As someone else found in 2017, changing the zoom of the PDF Viewer on iOS tends to crash the app and force it to restart. This happens whether using the built-in controls or making custom zoom controls.
As a workaround, I'd like to have the pdf be zoomed in by default, however even when changing the Zoom attribute, the PDF Viewer always loads to fit the width of the area.
Is there any way to force the PDF Viewer to start zoomed in, perhaps by modifying the ActualZoom attribute?
I don't see anywhere that ActualZoom can be modified.
Hi @RGartman ,
It seems that I have reproduced your issue. I will try to discuss this issue with others and see if they have further suggestions. Sorry for the inconvenience.
Regards,
Mona
@v-monli-msft-- Any update on this? In my app, the PdfViewer is still loading up set to Zoom.FitWidth, regardless of what the Zoom attribute is set to. Setting the Zoom attribute that changes OnVisible also does not work.