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
And I am not getting the cropping page to load. I can pick an image from the gallery or make a photo on v6 but the page doenst load unless im using fix v2 :(
The text was updated successfully, but these errors were encountered:
innomotionmedia
changed the title
Cropping Page doenst load unless fix V2 is used (non of the others work, but V2 cant load the camera)
ANDROID: Cropping Page doenst load unless fix V2 is used (non of the others work, but V2 cant load the camera)
Sep 16, 2021
Hi!, I have a problem with Fix.v8, all works fine, but when I try to test on my device (Huawei y6p), my android app asks me to install Plugin.CurrentActivity package, now, the crop page not show, help please :(
Im doing this:
await new ImageCropper()
{
PageTitle = "Test Title",
AspectRatioX = 1,
AspectRatioY = 1,
CropShape = ImageCropper.CropShapeType.Rectangle,
SelectSourceTitle = "Select source",
TakePhotoTitle = "Take Photo",
PhotoLibraryTitle = "Photo Library",
CancelButtonTitle = "Cancel",
Success = (imageFile) =>
{
Device.BeginInvokeOnMainThread(() =>
{
img_eventPic.Source = ImageSource.FromFile(imageFile);
});
}
}.Show(this);
And I am not getting the cropping page to load. I can pick an image from the gallery or make a photo on v6 but the page doenst load unless im using fix v2 :(
The text was updated successfully, but these errors were encountered: