Plugin.Maui.ScreenRecording icon indicating copy to clipboard operation
Plugin.Maui.ScreenRecording copied to clipboard

Plugin.Maui.ScreenRecording provides the ability to record the screen from within your app

Results 7 Plugin.Maui.ScreenRecording issues
Sort by recently updated
recently updated
newest added

Is there a way we can implement Windows?!

Improve the readme and make it more in line with the other `Plugin.Maui.*` projects Also add notes about how Android records the full device and iOS/macOS only the app screen....

On iOS/macOS you can easily show a preview pane with the screen recording. Should we somehow have a platform specific option to allow the developer to show that to the...

It seems on iOS its pretty easy to also record the user with the camera while recording the screen. How is this on Android?

Both iOS and Android could do a little better on the error handling front, let's check to see what we can do here

Let's add checks for the right permission entries in the app to give a better understanding of what might be going wrong in the app

On Android, app crashes when we try to record screen for the second time. This problem occurs specifically when using this package from the NuGet package manager. Surprisingly, if the...