stormlion227 / ImageCropper.Forms

Xamarin.Forms plugin to crop and rotate photos.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

please help, not working on ios

justwooper opened this issue · comments

I added the line Stormlion.ImageCropper.iOS.Platform.Init(); in AppDelegate and when I want to take a picture, it shows the camare, take the picture and nothing else happen, is not showing the tool, could you please help me? thanks

same issue not working on ios after selecting an image.

Did you call well the method Show () of the ImageCropper ?

I'm having maybe a similar issue. The crop works fine on the AOS side but on the IOS side I'm getting an issue when launching the Crop system from an RG Popup. The popup displays and on the click, the action sheet appears, I can take the photo and once I select "use photo" the crop system doesn't load.
Application output shows
Warning: Attempt to present <TOCropViewController: 0x14b834400> on <RgPopupPlatformRenderer: 0x14eeb1590> which is already presenting <Rg_Plugins_Popup_IOS_Renderers_PopupPageRenderer: 0x14eea33e0>

On the AOS side it does not seem to be a problem launching the Crop from the modal. Could this just be a limitation of Xamarin IOS? The DEMO app works fine on the deployed device.