I open a file using the QLPreviewController to preview it from within the Xamarin.Forms iOS app. I turn off the "Open In" button to prevent the file from being exported to the application in QLPreviewController. However, after the latest iOS update on my test device (iPad), I saw that when the title in the Navigation bar is pressed, a menu opens and the "Open In" option is shown there.
How do I turn this off?

The only solution that worked for me without too much hacking was to add the
QLPreviewController's view as the single subview of another parent view controller.By that you can add whatever navigation or toolbar you want. Keep in mind that hacking away / updating / adding stuff into existing native UI elements might break whenever iOS is updated.
It would look something like that, I'm using it to preview and share PDF files. The PDF file was downloaded before to
fileURL.