We have been loading images as individual SVG,PNG and WEBP files. We are moving the images into atlas files and have no issues on desktop.
Phaser 3.80.1
we load like
//Load the full image atlas
this.load.atlas('all_images', '/bonez/images/image_atlas.webp', '/bonez/images/image_atlas.json');
https://zoombies.world/bonez/images/image_atlas.json
When we load our PWA on android ( which was working with no issues ), the new code that uses the atlas, does not display some of the images. We don’t recognize a pattern of why some and not others…
You can try this app on both desktop and on mobile ( android optimized ) Zoombies Bonez is the premiere hybrid Web2/3 PvP strategic wager card game
the screen in question is the gameboard ( after you join a match, pick cards and play )
The working screenshot below: