YanYuanFE / react-native-signature-canvas

:black_nib: React Native Signature Component based WebView Canvas for Android && IOS && expo
MIT License
417 stars 149 forks source link

DataUrl not working for older versions of ipads #349

Open ansh029 opened 6 months ago

ansh029 commented 6 months ago
                  <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",