Small fingers and mouse events
We recently released an AIR app for kids where they can use their fingers to draw letters. During testing we observed that the mouseMove event sometimes failed as a child moved their finger across the screen. Doing a bit more observation it appears that when drawing if the child rotates their finger so that it is mostly the side of the finger that touches the screen (quite easy to do if you are tracing a letter shape) then 'contact' is lost. Initially I assumed that the child must be removing their finger from the screen but this wasn't the case.
When you do the same thing with an adult finger then the problem doesn't happen.
I tried this on two different android devices (Desire and a Galaxy tab) and both had the same results. The same small finger on the same app written natively on iPad didn't have this problem.
Is there a minimum radius of touch that is required before AIR treats it as a mouse touch or is this possibly a hardware sensitivity issue? It isn't a showstopper (the kid can learn to keep the pad of their finger onscreen) but I thought it was interesting to see if anyone had any ideas.
