Is anyone else experiencing an issue where exported projects on mobile device browsers associate a touch as a double touch? This becomes an issue when implementing gamepads and you want to run your game through a mobile devices browser. I also noticed mouse events work on mobile device browsers, is this by design or a bug?
It might be the reason why touch events are considered as double touch on mobile device browsers.
I wasn't sure if I was suppose to claim it as a bug or not, but if needed I can provide a capx and post it in the bug section.
Why is this an issue?
Sponsors want games that run on both mobile device browsers and desktops. With the following issue mentioned above not all games can work on mobile devices browsers, mainly the ones that revolve around single touch gameplay.
Is it a big deal?
Well there are work around methods but it would be nice if this issue would be fixed. (unless it's not a bug and its by design)