The Godot Q&A is currently undergoing maintenance!

Your ability to ask and answer questions is temporarily disabled. You can browse existing threads in read-only mode.

We are working on bringing this community platform back to its full functionality, stay tuned for updates.

godotengine.org | Twitter

0 votes

I'm making my first mobile game (testing on iPhone), and I'm running into a problem with the touch screen controls. If I touch and hold, it takes about a half second for the game to actually detect that a touch has occurred. The game itself is a somewhat precise platformer, so this becomes a bit of a problem as the player progresses. I'm not sure if this is a problem on the Godot side or the iPhone side, or somewhere in between.

I should note that the lag does NOT occur if I immediately swipe a small amount after my finger makes contact with the touchscreen. If I could replicate this responsiveness with a normal touch, that'd be ideal.

Any ideas?

EDIT: I forgot to say, my setup currently is using the 2D touch buttons, though I've also tried using Control buttons that respond to touch.

in Engine by (449 points)
edited by

1 Answer

0 votes
Best answer

https://github.com/godotengine/godot/issues/42164

Turns out it was an issue with Godot 3.2.3. I just deployed using 3.2.2 and it's all good now.

by (449 points)
Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.