I'm working on a proof of concept with Xamarin Forms and need some help with the following issue.
I need to select an image from the photo gallery and it appears that I can't do it with a Xamarin Forms control. I found the Xamarin.Mobile library and the MediaPicker is exactly what I'm looking for but I can figure out how to instantiate one from an Xamarin Forms Page since it requires a Android Context.
Can someone point me in the right direction?
Thanks