I need the transparent background with black strocke colored signature. Seems like this is working fine with iOS. But Android have an issue with transparent background.
Help will be appreciated.
Code
var signaturePadView1 = new SignaturePadView(Context)
{
StrokeWidth = 8,
BackgroundColor = Android.Graphics.Color.Transparent,
StrokeColor = Android.Graphics.Color.Black
};
Expected Behavior
It should provide the transparent signature
Actual Behavior
It gave me the black background signature instead of transparent background
Description
I need the transparent background with black strocke colored signature. Seems like this is working fine with iOS. But Android have an issue with transparent background. Help will be appreciated.
Code
var signaturePadView1 = new SignaturePadView(Context) { StrokeWidth = 8, BackgroundColor = Android.Graphics.Color.Transparent, StrokeColor = Android.Graphics.Color.Black };
Expected Behavior
It should provide the transparent signature
Actual Behavior
It gave me the black background signature instead of transparent background