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

RoundedBoxViev change BackgroundColor on TapGesture (Andoind bug) #112

Closed
roninua opened this issue Oct 13, 2016 · 1 comment
Closed

RoundedBoxViev change BackgroundColor on TapGesture (Andoind bug) #112

roninua opened this issue Oct 13, 2016 · 1 comment

Comments

@roninua
Copy link

roninua commented Oct 13, 2016

I set on tap change myRBVname.BackgroundColor = Color.FromHex("#FF0000");
And my RoundedBox BG set red background with no rounded border, but in iOS - CornerBorder is still rounded.

EX: i have blue backround rounded box (corner=50) circle.
on tap - i want change background to red.
When i tap - round transforming to square with red background.
This is on Android, but in iOS simulator - circle not changes and stay a circle.

I try with your example and not a change a myRBVname.BackgroundColor = Color.FromHex("#FF0000"); and change (Styles)Setters... but it have same effect.

Anybody can understand why it happens? And how it fix?
I need round buttons, rounded UI elements in XF and do interactions with this, but my brain explodes!

@oddbear
Copy link

oddbear commented Oct 14, 2016

Dublicate from #100 ?
In that case, pending solution in PR #108

@roninua roninua closed this as completed Oct 15, 2016
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