stormlion227 / PhotoBrowser.Forms

Full screen image viewer(Xamarin.Forms) that includes "pinch to zoom" and "swipe to dismiss" gestures.
MIT License
76 stars 47 forks source link

How do I use with byte[] Images? #11

Open nathan1658 opened 5 years ago

vniehues commented 5 years ago

bump

LeoJHarris commented 5 years ago

I don't think this is a simple thing to do as the Xamarin Forms Library is reliant on the native library implementations for both iOS and Android, if this were to be integrated it would likely need to be made in those native binding libraries. It could be done but it probably wouldn't be a simple change.

gurneetsinghb commented 4 years ago

any solution for this issue?