Hi,
I have developed an Xamarin application that in Modal show a pdf in a PdfViewer.
PdfViewerPage pdfViewer =
new
PdfViewerPage(item.IdAllegato, item.Path, item.FlagScaricabile);
Navigation.PushModalAsync(pdfViewer);
When the Modal is open, I assign a url to the PdfViewer source.
pdfViewer.Source =
new
Uri(uri);
Everything is fine when I run the android app on debug mode, but when I run in release mode the PdfViewer show this message: "an error occurred while loading the document"