Grial-UI-Kit-Support icon indicating copy to clipboard operation
Grial-UI-Kit-Support copied to clipboard

EntryProperties.BorderWidth inconsistent between Android and iOS

Open Oylex opened this issue 6 years ago • 1 comments

Hi,

I have a form with entries that have these styles:

<Setter Property="artina:EntryProperties.BorderStyle" Value="BottomLine" />
<Setter Property="artina:EntryProperties.BorderWidth" Value="4" />
<Setter Property="artina:EntryProperties.BorderColor" Value="#a6ce38" />

On Android it looks perfect, but on iOS the BorderWidth looks quadrupled (see the screenshots)

Android: android

iOS: ios

I'm testing this on the emulators, Android 8.0 and iOS 11.3 using Xamarin.Forms 2.5.1.444934 and Grial v2.6.9

Anyone knows how I can fix this?

Oylex avatar May 08 '18 21:05 Oylex

I am having similar issue. Is it possible to set OnPlatform values to it? What is the type of Border width property?

khadeeja-alif avatar Sep 20 '18 08:09 khadeeja-alif