lubritto / pdf_viewer_plugin

A Flutter plugin for IOS and Android providing a simple way to display PDFs.
MIT License
57 stars 62 forks source link

Keyboard Overlapping #32

Closed cem-altuner closed 3 years ago

cem-altuner commented 4 years ago

When I am going to click on Textfield, my keyboard is getting open and overlapping my PDFViewer. How can I fix that?

cem-altuner commented 4 years ago

I wrapped my widget with SingleChildScrollView and Column. It works.