← back to Games Agentabrams
Backgammon: iPad touch hardening (no double-tap zoom / tap-flash / text-select); verify 2-player hot-seat on touch
db6d49e1711ed08c699303c291b8de3151064ca7 · 2026-07-25 00:19:14 -0700 · Steve
Files touched
M games/backgammon/index.html
Diff
commit db6d49e1711ed08c699303c291b8de3151064ca7
Author: Steve <steve@designerwallcoverings.com>
Date: Sat Jul 25 00:19:14 2026 -0700
Backgammon: iPad touch hardening (no double-tap zoom / tap-flash / text-select); verify 2-player hot-seat on touch
---
games/backgammon/index.html | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/games/backgammon/index.html b/games/backgammon/index.html
index 714e4a9..b17751d 100644
--- a/games/backgammon/index.html
+++ b/games/backgammon/index.html
@@ -7,6 +7,13 @@
<style>
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700;900&family=Inter:wght@400;500;600;700&display=swap');
*{margin:0;padding:0;box-sizing:border-box;}
+html{-webkit-text-size-adjust:100%;text-size-adjust:100%;}
+/* iPad / iOS touch hardening: no double-tap zoom, no 300ms delay,
+ no grey tap-flash, no text-selection / long-press callout on taps */
+body{touch-action:manipulation;-webkit-tap-highlight-color:transparent;}
+.point,.bar-zone,.tray,.checker,.chip-off,.die3d,.cube,button,.btn,.btn-roll,.seg button{
+ touch-action:manipulation;-webkit-tap-highlight-color:transparent;
+ -webkit-user-select:none;user-select:none;-webkit-touch-callout:none;}
:root{
--ivory:#efe3c8; --ivory-dk:#c9b07a;
--gold:#e9c46a; --peach:#f4a261; --burnt:#e76f51; --teal:#2a9d8f;
← 2b93b5e games.aa: add 90210 Backgammon to the arcade
·
back to Games Agentabrams
·
Backgammon: 🎲 per-game hub icon (was default 🎮) 1aa9269 →