You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using ImageSource.FromFile or just providing a local path in Source property on CachedImage, the image will not show.
Using the same path in a regular Image tag works just fine. It's also working fine on iOS.
Steps to Reproduce
Download file to cache directory (FileSystem.Current.CacheDirectory), and try to show file from that local path instead of from internet resource.
Expected Behavior
Image shows in view
Actual Behavior
View is blank
Basic Information
Version with issue: 1.0.6
Last known good version: Unknown
Platform: Windows
The text was updated successfully, but these errors were encountered:
Description
When using
ImageSource.FromFile
or just providing a local path in Source property onCachedImage
, the image will not show.Using the same path in a regular Image tag works just fine. It's also working fine on iOS.
Steps to Reproduce
Download file to cache directory (
FileSystem.Current.CacheDirectory
), and try to show file from that local path instead of from internet resource.Expected Behavior
Image shows in view
Actual Behavior
View is blank
Basic Information
The text was updated successfully, but these errors were encountered: