We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
onDragEvent triggered even if there is no signature mark in canvas, how to identify if the canvas has signature or not?
Transparent Image Captured:
<SignatureCapture style={styles.signature} ref="usersignature" showBorder={false} onSaveEvent={this._onSaveEvent.bind(this)} onDragEvent={this._onDragEvent.bind(this)} saveImageFileInExtStorage={false} showNativeButtons={false} showTitleLabel={false} viewMode={"portrait"} />
The text was updated successfully, but these errors were encountered:
请问你这个问题解决了吗?
Sorry, something went wrong.
No branches or pull requests
onDragEvent triggered even if there is no signature mark in canvas, how to identify if the canvas has signature or not?
<SignatureCapture
style={styles.signature}
ref="usersignature"
showBorder={false}
onSaveEvent={this._onSaveEvent.bind(this)}
onDragEvent={this._onDragEvent.bind(this)}
saveImageFileInExtStorage={false}
showNativeButtons={false}
showTitleLabel={false}
viewMode={"portrait"} />
The text was updated successfully, but these errors were encountered: