summaryrefslogtreecommitdiffstats
path: root/examples/webenginequick/customdialogs/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'examples/webenginequick/customdialogs/index.html')
-rw-r--r--examples/webenginequick/customdialogs/index.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/webenginequick/customdialogs/index.html b/examples/webenginequick/customdialogs/index.html
index e9fb56228..d5de2827c 100644
--- a/examples/webenginequick/customdialogs/index.html
+++ b/examples/webenginequick/customdialogs/index.html
@@ -14,6 +14,9 @@
<td><div class="div"><p title="I am a tooltip.">Hover this text to display a tooltip</a></div></td>
</tr>
<tr>
+ <td><div class="div"><p>Touch devices only: long press on this text to see the touch selection menu</p></div></td>
+ </tr>
+ <tr>
<td><button class="button" onclick="window.location = 'http://localhost.:5555/OPEN_AUTH'">
Open Authentication Dialog</button></td>
</tr>