flutter_plugin_pdf_viewer
flutter_plugin_pdf_viewer copied to clipboard
app crashes on IOS when clicking the next page repeatedly
This happens only on IOS devices, when you open a pdf and click repeatedly on the next page, the app closes.
i noticed this too. one thing I did is to add a custom UI, and then wait for page load finish to load a new page.
(you dont need to disable the button, just make sure all calls to load are ignored until the page loading return, and if the loaded page is not the same as the one by the ui, load again)