Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

After latest Xamarin.forms update I get a nullexception on Android #31

Closed
HTUlv412 opened this issue Oct 23, 2019 · 3 comments
Closed

Comments

@HTUlv412
Copy link

HTUlv412 commented Oct 23, 2019

I get a runtime unhandled nullexception after run this code, I'm working with the tooltips, only on Android project, iOS and UWP run correctly:

Forms9Patch.BubblePopup popup = new Forms9Patch.BubblePopup(btnInfo, true); Label content = new Label(); content.Text = "Visit any ICTE Exchange website\nto find a QR code to access the\nICTE Wallet application"; content.TextColor = Color.DarkBlue; popup.Content = content; popup.BackgroundColor = Color.White; popup.PointerDirection = Forms9Patch.PointerDirection.Right; popup.IsVisible = true;
any advice about this?
Yes I have Forms9Patch.Droid.Settings.Initialize(this); in the MainActivity in correct place.
btnInfo is a simple ImageButton from Xamarin.Forms standard.

@baskren
Copy link
Owner

baskren commented Nov 2, 2019

@HTUlv412 -

There isn't enough information here for me to be helpful. Please share with me a small VisualStudio solution that demonstrates what you're seeing.

  • Ben

@baskren
Copy link
Owner

baskren commented Nov 26, 2019

@HTUlv412 -

I really would like to help get to the bottom of this. Could you send me a small demo app?

  • Ben

@baskren
Copy link
Owner

baskren commented Dec 15, 2019

No demo app, can't replicate. Assuming dev error until a demo app can be provided.

@baskren baskren closed this as completed Dec 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants