Hi there, I wonder if someone can suggest anything? Non shell app, with latest components, after release to the store with linked SDKs only fails on iOS, regardless of size - any pdf file causes app to crash. The page is very simple design, even without using below still crashes the same. Please help! :)
protected override void OnAppearing()
{
base.OnAppearing();
if (ViewModel.PdfDocumentStream != null)
pdfViewerControl?.LoadDocument(ViewModel.PdfDocumentStream);
}
protected override void OnDisappearing()
{
base.OnDisappearing();
try
{
ViewModel.PdfDocumentStream?.Close();
ViewModel.PdfDocumentStream?.Dispose();
pdfViewerControl?.Unload();
pdfViewerControl?.Dispose();
}
catch { }
}
Hi Anand Raj,
Thanks for your reply! I can confirm it appears to be working with XF 5.0.0.2125, will submit it to the App Store and see.
Kind regards, Yury.
Hello! The bug report you have created was closed on GitHub, but not resolved and can still be reproduced with your provided example project upgraded to 5.0.0.2244. Would you mind re-reporting it?
Hi Reiner Lämmle,
We have reported that issue is not resolved in bug report.
https://github.com/xamarin/Xamarin.Forms/issues/14788
Regards,
Sarath Kumar