robinmanuelthiel / flexbutton

Flexible button control for Xamarin.Forms
MIT License
240 stars 34 forks source link

The control FlexButton not work in WUP proyect #52

Closed LeonidasMx closed 6 years ago

LeonidasMx commented 6 years ago

Hi Every one, I'm been workin with the Flexbutton control over a PLC project, and it wokrs fine in the Android and iOS projects but not work in UWP project, the project runs ok whiout errors but the button only appears like image, any else have some idea?

Project version netstand 2 and Xamarin Forms 3.0

smstuebe commented 6 years ago

maybe already fixed in #51 ? :D

LeonidasMx commented 6 years ago

Hi smstuebe, thanks for your answer but not is my case my version of Visual Studio is 15.7.3 and the windows 10 version is the same of the image of the post

Amitai5 commented 6 years ago

I also have this problem. As @LeonidasMx said it works fine in android and IOS, but in UWP the Flexbutton does not seem to work. The button does not trigger the clicked event once clicked nor does it change the color of the object itself. I have gone ahead and made a new project that just has the button and nothing else. Here are the screenshots of that program:

partone parttwo partthree

I am using Xamarin Forms 3.0.0.561731 and DotNet-Standard 2. Hope this helps!

robinmanuelthiel commented 6 years ago

UWP is currently not officially supported. Still working on that

robinmanuelthiel commented 6 years ago

Should be working now with 0.8.0 - https://github.com/robinmanuelthiel/flexbutton/releases/tag/v0.8.0

LeonidasMx commented 6 years ago

Hi robinmanuelthiel, Thanks for your comment,I have updated the Nuget Package to version 8.0 and it works fine.