Questions tagged [montemagno-media.plugin]

4 questions
3
votes
2 answers

TakePhotoAsync Camera not open

I follow very tutorials and answers here in site without success. Spending lot time. Using Media.Plugin, method TakePhotoAsync() not open the camera (Genymotion 9.0 API-28 | device samsung j7 prime. android 8.0). PickPhotoAsync() working…
Diego Venâncio
  • 5,698
  • 2
  • 49
  • 68
1
vote
1 answer

Media.Plugin working only with Google Photo

In my App I'm using the Media Plugin and I noticed that, when a user tries to upload multiple images by using the method "PickPhotosAsync" using the phone's default gallery it allows him to upload photos one-by-one. I've also tried using Google…
Developer00
  • 103
  • 10
0
votes
0 answers

Xamarin - Clearing the pictures/video cache on ios / Android from media taken by the Media Plugin

I have written a app for ios and Android. It allows the user to take photos and video with the Media.Plugin library at: https://github.com/jamesmontemagno/MediaPlugin The photos are saved…
ashlar64
  • 1,054
  • 1
  • 9
  • 24
0
votes
2 answers

PickPhotoAsync - the first time it doesn't work

The first time I use the application after confirming the permission to access the photos saved on the gallery, pickphoto async seems to do nothing. in my opinion the problem is that it does not wait for user authorization. in order to work…