Skip to content

Commit

Permalink
make left-click-trigger demo work on iPad - closes #83
Browse files Browse the repository at this point in the history
  • Loading branch information
rodneyrehm committed May 31, 2013
1 parent def4bc5 commit 963af85
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion demo/trigger-left-click.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,9 @@ <h1><a href="https://github.com/medialize/jQuery-contextMenu">jQuery contextMenu
</ul>

<h2 id="demo">Demo: Left-Click Trigger</h2>
<p><strong>Note:</strong> If you want to use this on a touch device (iOS) make sure to add a dummy <code>onclick</code> handler to the trigger element!</p>
<div class="inline-spaces">
<div class="context-menu-one box menu-1">
<div class="context-menu-one box menu-1" onclick="void('iOS needs this');">
<strong>left click me</strong>
</div>
</div>
Expand Down

0 comments on commit 963af85

Please sign in to comment.