The Floating Action Button (FAB) is a very useful control especially in Android,
Currently Xamarin.Forms does not support this awesome control, but there are a lot of developers out
there, which created such a control for Xamarin.Android or Xamairn.iOS.
Many of those developers are only focused on iOS and Android and so this custom control won’t be
implemented for UWP
That’s why I created my own Floating Action Button.
Like many other solutions, I created a Forms Control and for the individual
Platforms (Android, UWP and iOS) I create a custom renderer.
This is the result:


iOS will comming soon.
The source code can be found on: https://github.com/WaiseFass/Xamarin.Playground/tree/master/FloatingActionButton