The Xamarin Community Toolkit is a collection of Animations, Behaviors, Converters, and Effects for mobile development with Xamarin.Forms. It simplifies and demonstrates common developer tasks building iOS, Android, and UWP apps with Xamarin.Forms.
MIT License
1.58k
stars
471
forks
source link
[Bug] [CameraView] [UWP] CameraView asks for access to the microphone in CaptureMode="Photo" #1962
Description
The CameraView on UWP asks for the microphone permission, even if CaptureMode is set to "Photo". Users are thinking to be spied upon in the result.
Steps to Reproduce
Expected Behavior
No permission is asked for when only taking photos, not videos
Actual Behavior
Permission for microphone is asked for
Basic Information
Workaround
N/A