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
Hi Delpin,
I've tried recording video on Xamarin Forms Application and found the problem when I try to picking up the video I've recorded. The video that is just recorded doesn't show in video picker As it showing recorded videos path :- App Memory (/storage/emulated/0/Android/data/com.companyname.AppName/files/Movies/) but While we try to Pick the same Video, we are unable to find the actual video which is not getting saved in device. But if I switch to taking picture and pick it the picture to upload in firebase storage up there's no problem.
Hi Delpin,
I've tried recording video on Xamarin Forms Application and found the problem when I try to picking up the video I've recorded. The video that is just recorded doesn't show in video picker As it showing recorded videos path :- App Memory (/storage/emulated/0/Android/data/com.companyname.AppName/files/Movies/) but While we try to Pick the same Video, we are unable to find the actual video which is not getting saved in device. But if I switch to taking picture and pick it the picture to upload in firebase storage up there's no problem.
Code snippet :-
`async void OnCaremaIconClicked(object sender, EventArgs e)
{
await CrossMedia.Current.Initialize();
The text was updated successfully, but these errors were encountered: