wilsonvargas / ScreenshotPlugin

A simple Screenshot plugin for Xamarin and Windows to get and save screenshot in yours apps.
MIT License
33 stars 12 forks source link

on iOS it returns the path, but no actual image #6

Open softsan opened 5 years ago

softsan commented 5 years ago

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: