FFImageLoading
FFImageLoading copied to clipboard
CachedImageRenderer.InitImageSourceHandler() breakes ContentPage.IconImageSource on iOS
🐛 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 Did you figure out a workaround? I'm seeing the same issue.
@justintoth My solution was to not use CachedImageRenderer.InitImageSourceHandler()
...