ScreenshotPlugin
ScreenshotPlugin copied to clipboard
A simple Screenshot plugin for Xamarin and Windows to get and save screenshot in yours apps.
**Describe the solution you'd like** The file location on Android is hard-coded to be set to "/Camera" in `CaptureAndSaveAsync()` method, which isn't always the most suitable place for screenshots to...
**Describe the solution you'd like** Does this plugin take a screenshot only of the visible are or both visible and not visible area ? Thanks!
**Describe the bug** When capturing a screen from a page displayed as modal, the plugin takes the root view. **To Reproduce** Steps to reproduce the behavior: 1. Open a page...
The picture became black, although the camera was displayed and it was captured.
ΒΏEs posible incluir la status bar en la captura?
Hi, Thank you for the plugin first of all. The line below appears problematic to me as it will return an exception message instead of a file path and the...
**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:...
Everything is OK, but when I Tried to take screenshot on Google Maps API.v2 it comes black. + and - buttons can be visible but everything on map is Black....