HtmlLabelPlugin icon indicating copy to clipboard operation
HtmlLabelPlugin copied to clipboard

Null Reference in RendererHelper.HandleUriClick

Open DanielGlick opened this issue 3 years ago • 0 comments

We got an AppCenter crash report from a user that has a null reference in the RendererHelper.HandleUriClick. The user had the iOS app open for a few days before getting this error. Would this be possible to fix?

RendererHelper.HandleUriClick (LabelHtml.Forms.Plugin.Abstractions.HtmlLabel label, System.String url) HtmlLabelRenderer.NavigateToUrl (Foundation.NSUrl url) TextViewDelegate.ShouldInteractWithUrl (UIKit.UITextView textView, Foundation.NSUrl URL, Foundation.NSRange characterRange) (wrapper managed-to-native) UIKit.UIApplication.UIApplicationMain(int,string[],intptr,intptr) UIApplication.Main (System.String[] args, System.Type principalClass, System.Type delegateClass) Application.Main (System.String[] args) Version 1.4.244(1034)

Stacktrace

MyEbms.Mobile.iOS.Application.Main (System.String[] args) in :0;MyEbms.Mobile.iOS

Reason

System.NullReferenceException: Object reference not set to an instance of an object.

DanielGlick avatar Jan 27 '22 18:01 DanielGlick