Changes

Jump to navigation Jump to search
71 bytes added ,  21:03, 21 March 2012
m
Line 99: Line 99:     
==== Touch/Mouse Events ====
 
==== Touch/Mouse Events ====
<em>onmousedown</em>, <em>onmouseup</em> & <em>onclick</em> are all triggered by the browser.  However, the <em>onmousedown</em> event doesn't trigger until you've held the stylus on the screen for ~2 seconds, which is when text selection mode is activated.  The events cannot have their default action cancelled.
+
<em>onmousedown</em>, <em>onmouseup</em> & <em>onclick</em> are all triggered by the browser.  However, the <em>onmousedown</em> event doesn't trigger until you lift the stylus or you've held it on the screen for ~2 seconds—which is when text selection mode is activated—making it pretty much the same as <em>onmouseup</em>.  The events cannot have their default action cancelled.
    
The <em>onmousemove</em> and common touch/gesture events are not supported.
 
The <em>onmousemove</em> and common touch/gesture events are not supported.
10

edits

Navigation menu