Apologizes for the long title!
I'm fairly new to C# (probably only 2-3 months of concrete knowledge) that I learned in College...
I've been experimenting with Xamarin Forms XAML and I was wondering how I would write a method in the code-behind that opens the tapped image to be opened in the default image viewer for Android or iOS.
I say Android or iOS because I'm doing cross-platform Xamarin Forms PCL.
Thanks :) Happy Holidays and a Great New Year :D!
Try following code :
PCL interface :
Platform Specific (Droid) :
Platform Specific (iOS) :
Usage :