11-11-2012 10:39 PM
I'm building an app in which a div (or any element, really) can be slid around on screen using ontouchdown and ontouchup events on that object. While moving that element with a touch, the screen or varrious other elements flash sporadically. The flashing does not occur when the div is animating through other means, however.
Is this a simulator issue, or is it actually present in the app?
11-12-2012 11:31 AM
Hello,
Could you provide some sample code to test with? http://jsfiddle.net/
11-12-2012 11:45 AM
11-12-2012 11:52 AM
Also, is the click event supported, or do I have to use touch events? The reason I ask is because the simulator uses a cursor, so I don't know if it's emulating a normal click or a touch click.
11-13-2012 09:07 AM
Click events do work, I use them regularly.
I'll test of the sample on my Dev Alpha and report back today for you.
11-13-2012 09:08 AM
Thank you sir/ma'am.
When you test it on device, it's the right ping pong paddle that is dragable.