How to use XFGloss on WinPhone 8.1 Xamarin Portable Project

217 Views Asked by At

I'm making one portable xamarin application, and i'm using XFGloss. Everything is working fine on Android and iOS, but on WinPhone 8.1 my BackGroud Gradiant still black.

My page has:

<xfg:ContentPageGloss.BackgroundGradient>
  <xfg:Gradient Rotation="150">
      <xfg:GradientStep StepColor="#305E70" StepPercentage="0" />
      <xfg:GradientStep StepColor="#305E70" StepPercentage="1" />
  </xfg:Gradient>
</xfg:ContentPageGloss.BackgroundGradient>

On, Android and iOS i should initilize xfgloss, like this:

-Android

XFGloss.Droid.Library.Init(this, bundle);

-iOS

XFGloss.iOS.Library.Init();

And i dont found how to init XFGloss on WinPhone, even know if have to init this.

enter image description here

How to make this works on WinPhone?

1

There are 1 best solutions below

0
On

XFGloss has no support for Windows. I guess it would never support WP8, but sometimes it may get support for UWP. At least there is issue for that