scientifichackers / flutter_pdf_viewer

A native PDF viewer for flutter.
MIT License
107 stars 40 forks source link

Download button on iOS #41

Closed moshe5745 closed 2 months ago

moshe5745 commented 2 months ago

There is a download button on iOS but not on Android.

The plugin should introduce the same layout on both platforms.

I suggest 2 options: 1) To add a boolean parameter to show/hide the download button. 2) To hide the download button(PDF viewer...) from iOS completly.

moshe5745 commented 2 months ago

The download button came from our flutter layout. My mistake.