iOS 16 PDF form jump to top

We build an iOS App that uses PDFView to show PDF's with annotations so the user can enter information in textfields or select checkboxes and fill out the PDF form that is than send by email. The PDF is bigger than the screen size so we need to scroll in the PDF to select the textfields. In iOS 15 and before we didn't had any problems but since we updated to iOS 16 we have the problem that the when a textfield is selected for editing or when the user stops editing by hitting the enter key the PDFViewer jumps to the top of the PDF. I also noticed that when we open the PDF everything looks fine and the PDF fits inside the PDFView. When this jumping to top has occurred we get a white section under the PDF inside the PDFView. It is as if the size from the PDF inside the PDFView is broken. Does any of you have the same Problem or is it a known problem? Is there a workaround to fix this? I couldn't find the issue tracker for PDFKit to check it myself.