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

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

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

Jquery Touchswipe Event On Element Prevents Scroll

I have some list of div elements ordered vertically. Using jQuery TouchSwipe plugin added swipe eve… Read more Jquery Touchswipe Event On Element Prevents Scroll

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

Zoom Specific Element On Webcontent (html,css,javascript)

I want to zoom only a specific element of my website (a certain div), if a user zooms the website o… Read more Zoom Specific Element On Webcontent (html,css,javascript)

Conditionally Load Js Script For Desktop Pc (not Touch Device) With Certain Width Only

On my website I use a JS for parallax scrolling. I want to conditionally load that JS only on Deskt… Read more Conditionally Load Js Script For Desktop Pc (not Touch Device) With Certain Width Only