SuavePirate/Xamarin.Forms.Controls.FloatingActionButton

Event Clicked not Firing if VerticalOptions=Start (any version)

Opened this issue · 8 comments

So, i was testing the latest version and also pre-release version to check the updates of shadows, etc...
For my surprise, i had a FAB Button on VerticalOptions= End of page and was Ok. I changed to Start and the Event Clicked are not been fired. Althought the button appear normally. At 2018.1.5 and pre release 2018.3.1-pre1
Tested on Android 7.0 Api 24 (Galaxy S8 Device)

My structure is:

<contentpage>
<grid>
<Fabbutton HorizontalOptions="End" VerticalOptions="Start"/>
<StackLayout/>
</grid>
</contentpage>

Update: All versions tested and no one works.

What about with version 2017.10.17 ?

Not firing...any version. I tested all

This sounds like something else is going on with your layout and not the control itself since I use this control all over the page with different layout options. If you replace it with a regular button, does it work?

Were you able to get it to work? I'm not sure by your last message if you mean that a regular button works but the fab doesn't or if you got the fab to work

Is it working on iOS? Is the problem just Android?

Having the same problem. Command not firing, TapGestureRecognizer attached to control also not working.