Attempted to allocate framebuffer on iOS, max is 4096x4096

Hello!

When I scroll news feed in my iOS app, I get Error: Uno.Exception: Attempted to allocate 5121x2881 framebuffer, max is 4096x4096. I don’t use so big images in my project.
What could be the reason?

If you’re scrolling a news feed, you’re probably loading some content as you go. If the content is remote, and there are some images, are you sure none of them exceed that resolution?

If you have a project that reliably reproduces the issue, we’d like to see it. Along with details about the iOS device you’re testing it on.