bthurlow / nativescript-imagecropper

A nativescript image cropping plugin.
Other
49 stars 35 forks source link

Not working on iOS 12.2 With Nativescript 6.1.1 #59

Closed jitendraashutec closed 4 years ago

jitendraashutec commented 4 years ago

Which platform(s) does your issue occur on?

Please, provide the following version numbers that your issue occurs with:

Please, tell us how to recreate the issue in as much detail as possible.

I have upgraded nativescript 6.1.2. After that in IOS 12.2 image cropping is not working. but in IOS 13.0 image cropping is working. also I have checked with nativescript-imagecropper": "1.0.7" still I can not crop image in iOS 12 but can crop image in iOS 13

shiv19 commented 4 years ago

can you try it with a setTimeout before calling the cropper?

jitendraashutec commented 4 years ago

@shiv19 Thanks for your suggestion. It is working fine in nativescript-imagecropper version 1.0.5 and 1.0.7.

tingfong214 commented 4 years ago

can you try it with a setTimeout before calling the cropper?

Your setTimeout saved my day