How come PDFViewCtrl does not scroll up when keyboard is up (such as filling forms)?

Q: We noticed that in your sample project when we click on a field the scroll is moved to this field to assure that this field is visible but in our project this feature seems to not work for some reason. Our PDFViewCtrl does not scroll and keyboard covers the form field. How to fix this?

A:
Please check if your app manifests file set the correct windowSoftInputMode.
In the sample project, we are using “adjustPan” for windowSoftInputMode which will let the system scroll up the view when keyboard comes up.