flame-engine / flame

A Flutter based game engine.
https://flame-engine.org
MIT License
8.98k stars 879 forks source link

Spine animation not display on mobile device web browser #3181

Closed chrislitw closed 1 month ago

chrislitw commented 1 month ago

What happened?

Hi everyone,

I have a question about Spine. I'm using Spine to play animations and display them on a webpage. It works well on PC, but when I open the webpage on a mobile device, the animations do not display.

Here is the demo: https://flame-spine-demo.zeabur.app/

Here is the code: https://github.com/chrislitw/flame_spine_demo

Thank you all for your help.

What do you expect?

How to display spine animation on mobile web browser?

How can we reproduce this?

No response

What steps should take to fix this?

No response

Do have an example of where the bug occurs?

No response

Relevant log output

No response

Execute in a terminal and put output into the code block below

Output of: flutter doctor -v

Affected platforms

Web

Other information

No response

Are you interested in working on a PR for this?