Skip to content Skip to sidebar Skip to footer
Showing posts with the label Touch

Simulating Touchstart And Touchend Events?

I'm developing a jquery component which works primarily for ipad. So is there anyway to simulat… Read more Simulating Touchstart And Touchend Events?

The "touchmove" Event On Android System: Transformer Prime

I am working on a Transformer Pad and developing a drawing plate. I use PhoneGap(javascript) to wr… Read more The "touchmove" Event On Android System: Transformer Prime

Is It Possible To Have Gestures With Trackpads?

On a Macbook Pro in Chrome, sliding two fingers across the screen allows you to move backwards and … Read more Is It Possible To Have Gestures With Trackpads?

Supporting Touch Interface In A Canvas

I use a canvas, in which I support mouse dragging by setting in Javascript: canvas.onmousedown can… Read more Supporting Touch Interface In A Canvas

Mouse Event Still Fired On Touch Event Even With Preventdefault Set

is there anything I misunderstood here? I often use code like the following in my site that I want … Read more Mouse Event Still Fired On Touch Event Even With Preventdefault Set

MouseOver On Touch Screen

I want to make mouseOver or hover like command in Javascript. I want when you hold your finger on a… Read more MouseOver On Touch Screen