You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the demo apps cannot help and there is no issue for your problem, tell us about it
I upgraded to the latest version (4.0.1) and now when I pass in a width and height to the show() method per the instructions it throws an error. Stepping through the debugger, it looks like UIGraphicsGetImageFromCurrentImageContext() in imagecropper.ios.js is returning null.
Passing a width and height prior to upgrading worked fine. Also, if I don't pass a width and height, the cropper works as expected.
Which platform(s) does your issue occur on?
iOS 14
emulator: iPhone 8
Please, provide the following version numbers that your issue occurs with:
CLI: 7.0.8
Cross-platform modules: 7.0.3
Runtime(s): ios: 7.0.0
The text was updated successfully, but these errors were encountered:
If the demo apps cannot help and there is no issue for your problem, tell us about it
I upgraded to the latest version (4.0.1) and now when I pass in a width and height to the
show()
method per the instructions it throws an error. Stepping through the debugger, it looks likeUIGraphicsGetImageFromCurrentImageContext()
in imagecropper.ios.js is returningnull
.Passing a width and height prior to upgrading worked fine. Also, if I don't pass a width and height, the cropper works as expected.
Which platform(s) does your issue occur on?
Please, provide the following version numbers that your issue occurs with:
The text was updated successfully, but these errors were encountered: