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
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
Which OS are you talking about? 12.2
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: