-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cant run animation in web mobile (ios) #195
Comments
Can you provide us a link to your spline scene or a minimal reproducible example please? |
I built this project on ngrok app to test on iOS, and it always failed with my spline scene, I tested it on an iPhone 13. In Android and PC, it's okay. |
Hi, same issue and I think the same project - Codepen app is here - https://pt42dk-5173.csb.app/ Error that we are receiving is captured in this screen shot. The project seems to run just fine on android in chrome, but will not run on ios in safari or chrome. |
One more update, I have been able to determine that the issue is being caused by a particle system in the spline scene. Any idea why that would be causing an issue on ios? I would love to avoid having to remove the particle systems. |
I think problem solved. There were two issues. 1 - Having the particle color set to Random was causing glitches and issues. Switching it to blend between the two solved that. |
My web is running on PC, it's okay. But on mobile animation can't run. I install @splinetool/react-spline": "2.2.2" and
"@splinetool/runtime": "1.0.17",
The text was updated successfully, but these errors were encountered: