abetusk / ResonatorVoyantTarot

An experiment in creating generative tarot cards.
https://abetusk.github.io/ResonatorVoyantTarot
Creative Commons Zero v1.0 Universal
54 stars 14 forks source link

Cards 8 and 9 not rendering on (some?) mobile phones #2

Open abetusk opened 3 years ago

abetusk commented 3 years ago

On my mobile phone, in either desktop or mobile phone view, cards 8 and 9 of the Celtic cross reading do not render properly.

Chrome 92.0.4515.131

Android 11; Pixel 3a Build/RQ30A.210704.001

image000000

abetusk commented 3 years ago

On further inspection, you can see a little frowny face for the two cards that aren't rendering. I think this is a graphic produced by PIXI when it fails to render. I suspect this is a memory exhaustion issue, maybe related to creating too many WebGL contexts.

See here. Perhaps forcing a canvas renderer would fix this issue (see here)