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

Can't remove border on Android. #32

Closed
DiegoPatrocinio opened this issue Apr 23, 2018 · 6 comments
Closed

Can't remove border on Android. #32

DiegoPatrocinio opened this issue Apr 23, 2018 · 6 comments

Comments

@DiegoPatrocinio
Copy link

Hi there!

After updating to 0.6.1, I can't remove the border on Android anymore, on 0.5.0 worked fine.

Even if I set:

BorderThickness="0" HighlightBorderColor="Transparent" BorderColor="#00FFFFFF"

It still shows a white border, am I doing anything wrong here?

@DiegoPatrocinio
Copy link
Author

Now even after I roll back to 0.5.0, clean everything and delete the output folders, the whiter border still shows up, can't get rid of it anymore.

@juanrobertodeanda
Copy link

Same here

@IeuanWalker
Copy link
Contributor

@DiegoPatrocinio @juanrobertodeanda Same here, it happened to my app after I update the Xamarin.forms NuGet to version 3. It might also relate to this issue #44

@robinmanuelthiel
Copy link
Owner

Yep, can confirm that. Looks like a Xamarin.Forms 3.0 thing, correct. They changed a lot on Frames. Some cool things, where we can benefit from but also some strange defaults. Will dig into that!

@robinmanuelthiel
Copy link
Owner

It's an official Xamarin.Forms bug: xamarin/Xamarin.Forms#2634

@robinmanuelthiel
Copy link
Owner

robinmanuelthiel commented May 24, 2018

Fixed in v0.7.0: https://www.nuget.org/packages/Forms.Controls.FlexButton/0.7.0
Make sure to update your projects to .NET Standard 2.0 before!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants