Skip to content

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

@softsan

Description

@softsan

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions