I am working on Xamarin forms app and I have implemented Media plugin to takePicture. It was working fine with my old theme in Xamarin Android "FormsApplicationActivity" but when I inherited MyActivity with "FormsAppCompatActivity" I am facing issues.
Actually after taking picture it is navigating me back to my start page. I found that this is bug and have been reported here
https://bugzilla.xamarin.com/show_bug.cgi?id=36907
I have updated my xamarin forms to 2.3.4 but still the issue exists. Does any one fixed this issue?