This question is locked. New answers and comments are not allowed.
The background image is working only if the image is located in each of the application projects (Resources folder in iOS, Resources/Drawable folder in Android, and application root in UWP; each with the appropriate build action set).
When I am using an image from a file like
When I am using an image from a file like
BackgroundImage = ImageSource.FromFile(image.Path);or
BackgroundImage = ImageSource.FromUri(new Uri (uri));
it doesn't work.
