For background.
Here is a running C2 app I am trying with crosswalk. paint2.pixarra.com
This runs properly with Chrome and Firefox on desktops and on Android devices.
Exported for Android (XDK Crosswalk) using C2 158.2.
Packaged with Intel XDK according to instructions.
Installed the apk on the device.
The basic layout is correct. Touch events appear to be triggered wrong. A quick touch is triggered as 2 touch events. However, a slow tap and then release is seen as a single touch event.
The canvas (modified canvas plugin) seems to be working incorrect or perhaps the scripts using it are flaking out.
Tried on 2 different devices with same results.
What is interesting is I went and installed the Android SDK and USB device driver for my device and ran in debug mode from the XDK and it ran properly on the device in that case. That gives me hope that the issue is a minor one.
Also code was minified in all cases (working and not working) so I don't think that is the issue.
Any ideas??
Thanks,
Ken