Hey all,
I'm trying to load images from an uri and show them in a grid view. The only problem is, the location I get these images from has both images with an extension and one without (the one without leads to a default image). The images without extension show fine, however the ones with do not.
Uri uri = new Uri(authorImages[i]); UriImageSource source = new UriImageSource(); source.Uri = uri;
This is how I am setting the source for the image.
Most image urls with image extension look like:
Tested on a Motorola Moto G4 Plus