I'm trying to load a large image (about 8400x6000) in the background and avoid blocking UI.
What I'm now doing is to use the LoadImageAsync method in my ImageRenderer (iOS project). Unfortunately, the app freezes for a moment.
How can I achieve that preferably using Xamarin Forms?