-
Notifications
You must be signed in to change notification settings - Fork 33
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
Comments
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. |
Same here |
@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 |
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! |
It's an official Xamarin.Forms bug: xamarin/Xamarin.Forms#2634 |
Fixed in v0.7.0: https://www.nuget.org/packages/Forms.Controls.FlexButton/0.7.0 |
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?
The text was updated successfully, but these errors were encountered: