nativescript-community / nativescript-drawingpad

:pencil: NativeScript plugin to provide a way to capture any drawing (signatures are a common use case) from the device
Apache License 2.0
90 stars 32 forks source link

Add `setDrawing` and `setDrawingSvg` methods #50

Open kenny-evitt opened 5 years ago

kenny-evitt commented 5 years ago

The title of issue #32 doesn't match my request but the description does:

If I need to "edit" a signature can I get the old signature in order to see the old one?

I don't want the "old signature" as a 'background'. I just want to load a previous drawing (from an SVG).

kenny-evitt commented 5 years ago

I'm particularly interested in this for iOS. I added an issue to the upstream project:

kenny-evitt commented 5 years ago

Unfortunately, the upstream iOS project has been inactive for about 5 years.

govi2010 commented 5 years ago

@kenny-evitt did you figure out ?

kenny-evitt commented 5 years ago

@govi2010 Nope. I never received a reply or comment on the upstream issue and I haven't looked into what changes would need to be made to the upstream project either.

govi2010 commented 5 years ago

I have asked my IOS team to look into it and get it done for IOS as soon as possible.

Do you have Android resources which can update upstream project?

Once this is done, I can update Nativescript project.

On Mon, Aug 12, 2019, 1:03 AM kenny-evitt notifications@github.com wrote:

@govi2010 https://github.com/govi2010 Nope. I never received a reply or comment on the upstream issue and I haven't looked into what changes would need to be made to the upstream project either.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/bradmartin/nativescript-drawingpad/issues/50?email_source=notifications&email_token=ACC6SXZRYHOIPNJS2QR5NYDQEBSRXA5CNFSM4HCEGWEKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD4BHFOY#issuecomment-520254139, or mute the thread https://github.com/notifications/unsubscribe-auth/ACC6SX44TZ6GFHUCII2EYVLQEBSRXANCNFSM4HCEGWEA .

kenny-evitt commented 5 years ago

@govi2010 Great news about the iOS support.

This issue seems to imply that this can already be done in the upstream Android project:

govi2010 commented 5 years ago

Great. Team is working on IOS.

san3k1990 commented 5 years ago

Is it possible to edit the image using this plugin? Or is it going to be implemented in the future?

kenny-evitt commented 5 years ago

@san3k1990 No, it's not possible as-is. It might be implemented in the future, but there hasn't been any news of anyone actively working on implementing it.