binSaed / flutter_cached_pdfview

Enhanced PDF view for Flutter.
https://pub.dev/packages/flutter_cached_pdfview
MIT License
117 stars 67 forks source link

initial zoom at the PDF document in IOS #87

Open arvind-ds opened 1 year ago

arvind-ds commented 1 year ago

I open pdf from the URL on half the screen of the iPad but it's not zooming out.

fauzi2107 commented 1 year ago

@arvind-ds Hi any progress on this issue, I'm facing the same problem when running on ios devices the pdf is initially zoomed in but on Android it's just fit perfectly with the screen width and height. Is there any solution for it or I just use the parent plugin flutter_pdfview? Thanks

myselfuser1 commented 1 year ago

This will help https://www.youtube.com/watch?v=gAUVz0U7eyA

blueeyestw commented 10 months ago

@arvind-ds Hi any progress on this issue, I'm facing the same problem when running on ios devices the pdf is initially zoomed in but on Android it's just fit perfectly with the screen width and height. Is there any solution for it or I just use the parent plugin flutter_pdfview? Thanks

Have you tried setting autoSpacing to true?