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
Unable to draw the signature on IPHONE pro series mobile. it is working fine in the below devices.
The version we are using
syncfusion_flutter_signaturepad: ^26.1.39 flutter version : 3.22.2
Tha Example Code We have added
SfSignaturePad( key: widget.controller._signaturePadKey, minimumStrokeWidth: 3, maximumStrokeWidth: 3, strokeColor: Colors.black, backgroundColor: Colors.white, onDrawEnd: () { widget.controller.extractImage(); }, onDraw: (Offset offset, DateTime time) { widget.controller._updateSignatureState(); }, ),
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Unable to draw the signature on IPHONE pro series mobile. it is working fine in the below devices.
The version we are using
Tha Example Code We have added
IMG_6387.MP4
The text was updated successfully, but these errors were encountered: