Skip to content
This repository was archived by the owner on May 5, 2021. It is now read-only.
This repository was archived by the owner on May 5, 2021. It is now read-only.

[Android] SignaturePad saves black signature image when set background to transparent #181

@JigarM

Description

@JigarM

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions