-
Notifications
You must be signed in to change notification settings - Fork 39
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
I found that on IOS, when I hit the bet button, it was very slow.Is there a solution? #12
Comments
Hi @denzhe22, sorry for the slow performance issue 🙇 To help debugging easier, would it be possible to provide the following info? Thanks
|
I tried to add sound, and when I quickly clicked [Drop Ball], I found that the frame rate dropped to about 10, and the page was enlarged, and without the sound playback, the frame rate dropped from 60 to 30, and the page was not enlarged. But actually 30 frames will also affect the user experience, because the ball will drop much slower. ` function handleBetClick() { noSound.mp4hasSound.mp4` |
Thanks for the demo 🙇
Yes, I encountered this issue previously. The solution is to add In Tailwind CSS, it's the |
Thank you very much for your reply, but I saw that your latest content on gitHub added touch-manipulation, which still did not work, and I found that moving this button to the outermost layer (a level of Balance) would become very smooth. This is a magical result, and I am very confused |
When I hit this button quickly, the FPS on IOS was 10, ro less than 10
The text was updated successfully, but these errors were encountered: