Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
softsan opened this issue Apr 27, 2019 · 0 comments
Open

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

softsan opened this issue Apr 27, 2019 · 0 comments

Comments

@softsan
Copy link

softsan commented Apr 27, 2019

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants