Safari renders RetainedImages the wrong way #1331
Unanswered
soundprojects
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
I have an Egui project (0.17.0) that compiles to both a desktop and a WASM app using the Eframe Template
I use
RetainedImage
from the egui_extras to show some images. I use the following code to place the images from a Vector next to each other in a horizontal UI:The desktop app places the images neatly next to each other like this:
But when I run my WASM build in Safari (same on IOS) specifically, it renders all the images on top of each other like this:
Is this a bug or am I missing something?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions