Hi,
My game is complicated, but to describe the problem, assume a Air Hockey type game, which also have a 2 player mode: Screen split in halves, where both players can control their Paddles on each side of the screen using Drag and Drop behavior.
I have also used Has Nth Touch functions to work with 'specific' players' Touches and Releases during the game.
It works perfectly fine during the preview (on any browser), and also via preview over Wifi on my Android device. I can control both players with two hands independently.
Problem is, when I compile, export (via CocoonJS Ludei exporter) and run it on my device, it no longer respond to any touch! The paddles do not get dragged, absolutely no response to any touch anywhere. Although the game runs fine otherwise, physics behaviors are working, only Touch has no response only in that two player mode.
Please help me figure out, what could be the problem.
Thanks!