Skip to content
New issue

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

[syncfusion_flutter_signaturepad] Unable to draw the signature in Iphone Pro series. #2283

Open
chetu-ko opened this issue Feb 13, 2025 · 0 comments
Labels
open Open signature pad Signature pad component

Comments

@chetu-ko
Copy link

Unable to draw the signature on IPHONE pro series mobile. it is working fine in the below devices.

  1. Working in android application.
  2. Working in android mobile web.
  3. Working in desktop web.
  4. Working in IOS applications, all series.
  5. Working in Mac web
  6. But not working in IOS mobile web pro series (Chrome, Safari, Edge). Tested in Iphone 14 pro, 15 Pro, 16 pro.

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();
         },
      ),

IMG_6387.MP4
@VijayakumarMariappan VijayakumarMariappan added signature pad Signature pad component open Open labels Feb 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
open Open signature pad Signature pad component
Projects
None yet
Development

No branches or pull requests

2 participants