wilsonvargas / ButtonCirclePlugin

Circle Buttons with icon for your Xamarin.Forms Applications
MIT License
96 stars 18 forks source link

Loses overlay on Android #12

Closed daveclarke closed 6 years ago

daveclarke commented 6 years ago

ButtonCircle looks good on iOS but on Android it can lose the overlay and just look like an icon. When I first load my app it tries to login the user. When it does that it pops up a modal dialog with "Signing in...". I can see the circle underneath the signing in message but when the user is signed in and the modal is dismissed, the circle is gone. It still functions correctly but looks odd.

wilsonvargas commented 6 years ago

do you have any screenshot?

daveclarke commented 6 years ago

Sorry - I've just replaced ButtonCircle with an Image + TapGestureRecognizer - my ux testing feedback indicated I was using an icon that wasn't appropriate and the new one looks better without the circle.