Hello,
I have developed one educational game for children which looks like the attached snapshot-
1. It has 9 levels
2. I am drawing these blue boxes programmatically using game.add.graphics, graphics.drawRect() in loop.
3. I am using var style = { font: "19px Comic Sans MS", fill: "#ffffff", align: "center", fontStyle: "bold"}; for writng text inside blue boxes, using game.add.text()
*On desktop browsers FPS is 48-50, but when I tested it on iPad- mobile browsers the FPS came down to 15 and performance was horrible.
*Please help me with performance issues.