Describe the bug
Tried it with Xamarin.forms. it does return a file path using string path = await CrossScreenshot.Current.CaptureAndSaveAsync(); but when i tried to bind it with a image like:
Image = ImageSource.FromFile(path);
It show a while box and no actual image. I can see the capture image is in my photos on iPhone but it does not load in Image control in Xamarin app.
Expected behavior
It should show the captured screenshot in Image
Screenshots
N/A
Please complete the following information:
Which version of the Screenshot do you use? 1.0.16
Which version of Xamarin.Forms do you use? 3.6.0.344457
Describe the bug Tried it with Xamarin.forms. it does return a file path using
string path = await CrossScreenshot.Current.CaptureAndSaveAsync();
but when i tried to bind it with a image like:Image = ImageSource.FromFile(path);
It show a while box and no actual image. I can see the capture image is in my photos on iPhone but it does not load in Image control in Xamarin app.
Expected behavior It should show the captured screenshot in Image Screenshots N/A
Please complete the following information: