more helpful hint for touch devices
This commit is contained in:
@@ -277,7 +277,11 @@
|
||||
<div class="hint">
|
||||
<p>Use a spacebar or arrow keys to navigate</p>
|
||||
</div>
|
||||
|
||||
<script>
|
||||
if ("ontouchstart" in document.documentElement) {
|
||||
document.querySelector(".hint").innerHTML = "<p>Tap on the left or right to navigate</p>";
|
||||
}
|
||||
</script>
|
||||
|
||||
<!--
|
||||
|
||||
|
||||
Reference in New Issue
Block a user