FFImageLoading icon indicating copy to clipboard operation
FFImageLoading copied to clipboard

CachedImageRenderer.InitImageSourceHandler() breakes ContentPage.IconImageSource on iOS

Open wegascee opened this issue 4 years ago • 2 comments

🐛 Bug Report

If I use CachedImageRenderer.InitImageSourceHandler() on iOS then my hamburger icon of the MasterDetailPage isn't shown at first. Only through taping on the approximate location brings the icon back.

Expected behavior

Hamburger icon is shown on start of the page.

Reproduction steps

Run the repro project, which has CachedImageRenderer.InitImageSourceHandler() enabled.

Configuration

Version: 2.4.11.982

Platform:

  • [x] :iphone: iOS
  • [ ] :robot: Android
  • [ ] :checkered_flag: WPF
  • [ ] :earth_americas: UWP
  • [ ] :apple: MacOS
  • [ ] :tv: tvOS
  • [x] :monkey: Xamarin.Forms

wegascee avatar Aug 05 '20 15:08 wegascee

@wegascee Did you figure out a workaround? I'm seeing the same issue.

justintoth avatar Feb 08 '22 01:02 justintoth

@justintoth My solution was to not use CachedImageRenderer.InitImageSourceHandler() ...

wegascee avatar Feb 08 '22 12:02 wegascee