You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 5, 2024. It is now read-only.
We still use an older version of Xamarin and the dll.
We plan on updating the whole system soon but have the following issue.
TakePhotoAsync lets me make a photo but MediaFile != null and MediaFile.GetStream().Lenght = 0
We use Medical Android devices. these still use Android 8.1.
Now we bought a new device using Android 11
Bug Information
Version Number of Plugin: 2.7.0.50-beta
Device Tested On: Datalogic Memor10 (Android 8.1) and Datalogic Memor11 (Android 11)
Version of VS: 2015
Version of Xamarin: 2.3.4.270
Steps to reproduce the Behavior
Expected Behavior
TakePhotoAsync lets me make a photo but MediaFile != null and MediaFile.GetStream().Lenght larger than 0 containing photo data
Actual Behavior
TakePhotoAsync lets me make a photo but MediaFile != null and MediaFile.GetStream().Lenght = 0