Hi,
Can anyone tell me how to detect touch events on Android when using PhoneGap? This worked fine on cocoon.io -
g_cont2 = new PIXI.Container();
g_cont2.interactive=true;
g_cont2.on('pointerup', startButtonPressed);
But nothing happens on PhoneGap? I'm wondering if there's some event initialisation magic I'm missing somewhere?
thanks
tony