flutter_plugin_pdf_viewer icon indicating copy to clipboard operation
flutter_plugin_pdf_viewer copied to clipboard

app crashes on IOS when clicking the next page repeatedly

Open RafaelR7 opened this issue 5 years ago • 2 comments

This happens only on IOS devices, when you open a pdf and click repeatedly on the next page, the app closes.

RafaelR7 avatar Jan 20 '20 17:01 RafaelR7

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.

dganzella avatar Feb 07 '20 18:02 dganzella

(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)

dganzella avatar Feb 07 '20 18:02 dganzella