react-native-signature-canvas icon indicating copy to clipboard operation
react-native-signature-canvas copied to clipboard

:black_nib: React Native Signature Component based WebView Canvas for Android && IOS && expo

Results 151 react-native-signature-canvas issues
Sort by recently updated
recently updated
newest added

1 . Not working setIsScrollEnabled(false)} bgHeight={100} trimWhitespace={true} scrollable={false} ref={signatureRef} onClear={handleClear} onEmpty={handleEmpty} onEnd={handleEnd} onOK={handleOK} onGetData={handleData} autoClear={false} style={{ maxHeight: height * signHeight, overflow: "hidden", }} webviewContainerStyle={{ maxHeight: height * signHeight, }} webStyle={webStyle}...

After some rotation view is fading away. ` ` https://github.com/YanYuanFE/react-native-signature-canvas/assets/98510319/de97b428-ccfe-48c4-84d0-a008c0bfa92c

Android 上会显示纵向滚动条,需要提供 showsVerticalScrollIndicator={false} 将其隐藏

It looks like the output image dimensions are based on the canvas dimensions. I am able to alter the output dimensions by setting the webstyle as in #126 however, it...

when i change orientation from landscape to portrait, the signature vanishes from the canvas, it doesn't persist.

I'm unable to start the signature near the edge of the screen, and when I try to start from the right side, the signature unexpectedly stops in the middle, especially...

The nestedScrollEnabled attribute does not take effect on iOS/Android. How do I use it?

The minDistance property was released in version 4.7.3, but the latest npm package release is version 4.7.2. I hope you can update the npm package!

I am using a base64 string as dataurl and bgSrc prop to show the image in the background and each time the modal is opened a new url comes and...

Hi, I'm experiencing this bug with the `` component as follows: 1. Draw something on the canvas 2. Erase it 3. Display the image using the base64 after readSignature() call...