Welcome to the Xamarin.Forms feedback portal. We’re happy you’re here! If you have feedback on how to improve the Xamarin.Forms, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

When clicking a URL in a pdf, the app crashes.

The stacktrace indicates that clicking the URL also calls .CancelSearch():


ScrollViewEx.Accessibility (System.Boolean value)
ScrollViewEx.CancelSearch ()
ScrollViewEx+<>c__DisplayClass232_0.<HyperlinkNavigation>b__0 (System.Object sender, System.EventArgs e)
UIControlEventProxy.Activated () /Library/Frameworks/Xamarin.iOS.framework/Versions/12.8.0.2/src/Xamarin.iOS/UIKit/UIControl.cs:38
(wrapper managed-to-native) UIKit.UIApplication.UIApplicationMain(int,string[],intptr,intptr)
UIApplication.Main (System.String[] args, System.IntPtr principal, System.IntPtr delegate) /Library/Frameworks/Xamarin.iOS.framework/Versions/12.8.0.2/src/Xamarin.iOS/UIKit/UIApplication.cs:79
UIApplication.Main (System.String[] args, System.String principalClassName, System.String delegateClassName) /Library/Frameworks/Xamarin.iOS.framework/Versions/12.8.0.2/src/Xamarin.iOS/UIKit/UIApplication.cs:63


The same exception occurs when I call .CancelSearch() on the PdfViewer control, so the issue seems to be in the .CancelSearch() method.