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

How to avoid writing signature in CaptionText? #36

Closed
spathipati opened this issue Jul 29, 2016 · 2 comments
Closed

How to avoid writing signature in CaptionText? #36

spathipati opened this issue Jul 29, 2016 · 2 comments

Comments

@spathipati
Copy link

spathipati commented Jul 29, 2016

Hi,

I am using Xamarin Forms and was able to writing signature in CaptionText, how to prevent this?

@mattleibow
Copy link
Contributor

As of today, the entire signature area is writeable. I will investigate an option to clip the signature so that it doesn't allow writing over the labels/buttons

@mattleibow mattleibow added this to the 2.1 milestone Apr 6, 2017
@mattleibow mattleibow removed this from the vNext milestone Apr 17, 2017
@mattleibow
Copy link
Contributor

I spent some time thinking about this and I am adding some features in the next version that may be useful. In v2.0 there will be a "chrome-less" signature pad which can be used. I don't think there will be an option to clip the signature around existing buttons. If this is desired, you can always change the button text or background color which will obscure the underlying signature.

As was mentioned in the linked (#61) issue, you can do something like:

You may set ClearText to empty string so it does not display on the pad and add a CLEAR SIGNATURE button below the pad.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants