Hi,
PDF Viewer in Xamarin.Forms app using XF 4.5.0.356 crashes in iOS with "SIGABRT: Object reference not set to an instance of an object" on some PDF files. Observed in version 17.4.0.51. I can't use the latest because of the issue I have raised in 152250.
Partial stack trace:
PdfLoadedTextWebLinkAnnotation.ObtainUrl ()
PdfLoadedTextWebLinkAnnotation.get_Url ()
ScrollViewEx.RenderHyperlinks (System.Int32 index)
ScrollViewEx.LayoutSubviews ()
(wrapper managed-to-native) UIKit.UIApplication.UIApplicationMain(int,string[],intptr,intptr)
UIApplication.Main (System.String[] args, System.IntPtr principal, System.IntPtr delegate)
UIApplication.Main (System.String[] args, System.String principalClassName, System.String delegateClassName)
Application.Main (System.String[] args)
Development environment:
OSX 10.15.3
Visual Studio for Mac 8.4.8
xCode - Latest
.NET Core RT 3.1.2
.NET Core SDKs 3.1.102
Thanks.