Skip to content

Commit 35d1708

Browse files
committed
Quick Fix
1 parent 62b01e0 commit 35d1708

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

entries/vmousedown.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<desc>Virtualized mouseover event handler.</desc>
55
<longdesc>
66
<p>The jQuery Mobile <code>vmousedown</code> event handler simulates the "onmousedown" event handler on mobile devices. This event is fired on the initial touch of the screen on the device.</p>
7-
<p><i>Warning: Requires a mouse-type device to work.</i></p>
87
<p>The idea behind virtualized mouse events is to translate touch events into mouse events. Developers should be aware that these virtualized mouse events will not prevent any synthetic mouse events from being triggered inside the browser after a touch event. If a mouse-type device is used on the system, the virtualized mouse events are dispatched at the same time as the normal mouse events.</p>
98

109
<xi:include href="../includes/core-extension-desc.xml" xmlns:xi="http://www.w3.org/2003/XInclude"/>

0 commit comments

Comments
 (0)