Hi guys,
i am working on some kind of rhythm game, where you have to push buttons in a defined pattern.
I want it to work on Desktop Browsers and on Mobile.
I made some tests for button mashing, just to test how often the button press is registered.
Adding the value "1" to a visible score.
Keyboard input works great and very fast.
But on my iPhone, the "on tap gesture" behaves strange.
I can register a lot inputs when I do not press on the same spot on the screen, like with both thumbs by turns on the left and right side of the screen.
When I tap very often on the same spot, it sometimes misses an input.
Is there a solution to make this work?
Thanks!