_From @igorczapski on January 4, 2016 14:44_
Steps to reproduce:
It doesn't matter if it's Xamarin.Forms or Xamarin.Android, obviously.
Workaround:
In Xamarin.Android just use the standard way with intents and OnActivityResult, or at least you can make some use of intent creation method, from this library.
var media = new MediaImplementation();
var intent = media.GetTakePhotoUI (new Abstractions.StoreCameraMediaOptions {
Directory = DIRECTORY,
Name = NAME
});
StartActivityForResult (intent, ...);
_Copied from original issue: jamesmontemagno/Xamarin.Plugins#174_
Not able to reproduce
Hey James, I'm hitting this issue on an Android app, so I tried to reproduce it on the sample available in the repo and it's fairly easy to do it.
Maybe this should be reopened?
Most helpful comment
Hey James, I'm hitting this issue on an Android app, so I tried to reproduce it on the sample available in the repo and it's fairly easy to do it.
Maybe this should be reopened?