Eliot
Results
2
comments of
Eliot
I have the RMCARD205, but am installing nut from apt vs. compiling so @DaftHonk 's solution doesn't work for me--even though I'm clearly experiencing the exact same problem (and am...
I think the answer @marcelocferdeveloper and @andyvasilevich are looking for is: ``` var u = Android.Net.Uri.Parse(uri); // e.g. content://com.android.contacts/contacts/120 img.Source = ImageSource.FromStream(() => Android.App.Application.Context.ContentResolver.OpenInputStream(u)); ``` I'm still working on iOS,...