SuavePirate / Xamarin.Forms.Controls.FloatingActionButton

A custom view to create a FloatingActionButton for both Android and iOS as part of Material Design
MIT License
120 stars 38 forks source link

Can it Works on UWP? #1

Open iCCat001 opened 7 years ago

iCCat001 commented 7 years ago

Hi, I try this in my Xamarin.Forms Project, It's very Good. But,It only work on Android & iOS, How to make it works on UWP? Because that I an not very good at XAML, I have no idea with this.

SuavePirate commented 7 years ago

It's on my list of things to do. If you try to use it in UWP, it will render a regular button for now.

JamestsaiTW commented 6 years ago

Does it work on UWP now?

iCCat001 commented 6 years ago

emmm…no, I find that it's better that using a navigation bar instead of floating button in that project. But thanks for your codes, I got a idea of how to build some interesting button on screen.

SuavePirate commented 6 years ago

Yeah, it still isn't on UWP yet. I'd love to have some help implementing it since my hands are full with other projects at the moment. I'm always accepting pull requests.