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

DataUrl not working for older versions of ipads

Open ansh029 opened this issue 1 year ago • 0 comments

                  <SignatureScreen
                    key={props.signature}
                    webStyle={webStyle}
                    ref={ref}
                    onOK={handleOK}
                    onEnd={handleEnd}
                    autoClear={false}
                    descriptionText=""
                    minWidth={5}
                    dataURL={props.signature}
                     />
                  

dataURL is not working for ipad 5th and 7th generation, ios 16.1 .

   "react": "17.0.2",
    "react-native": "0.68.0",
   "react-native-signature-canvas": "^4.5.1",

ansh029 avatar Feb 05 '24 12:02 ansh029