Internet Browser: Difference between revisions

McHaggis (talk | contribs)
m Using Both Screens: DOCTYPE should be used to prevent quirks mode
McHaggis (talk | contribs)
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.