nativescript-drawingpad
                                
                                
                                
                                    nativescript-drawingpad copied to clipboard
                            
                            
                            
                        :pencil: NativeScript plugin to provide a way to capture any drawing (signatures are a common use case) from the device
Add android metadata filter info for the plugin and type definitions for the native code used.
I set backgroundImage but after calling the clearDrawing method it's disappear and I can't set it back anymore. Tested on IOS only
When creating svg from the signature the background of it is always transparent. Is it possible to make it for example white?
When loading a component containing the drawingPad inside a Modal view, the drawing gestures are conflicting with the IOS modal "panDownToDismiss".. When drawing, the whole modal moves as it think...
***Please let me know if there's a template for reporting errors, I didn't find one*** Hey guys! First of all, thanks for the awesome plugin! Now, I'm having an issue...
I have the following XML (not exactly but the gist is the same): ``` ``` When I try to draw vertical lines, the scrollview takes over and scrolls the page...
Seems like clearing a drawing on IOS works only when dealing with opaque colors. I need to draw on an image , And I need to clear the drawing if...
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...
How to rotate saved image for both iOS and android? Or is there a native handling for both platforms? I'm trying to save the image to app file-system for upload.
Hi, I know the library [Android Signature Pad](https://github.com/gcacace/android-signaturepad) has the `onStartSigning()`, `onSigned()` and `onClear()` events. Having this events will allow us to have more control over the user interactions. I...