From b4e0c3d2d6c43e175bb0ca386f1169adf7ab162f Mon Sep 17 00:00:00 2001 From: Russell Ballestrini Date: Wed, 3 Jun 2026 12:29:49 -0400 Subject: [PATCH] zebra-spaces: drop screen-resume banner; richer picker hints on share MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reverts 35908cf's resume banner. The browser security model makes getDisplayMedia ALWAYS show the picker — selection can't be remembered across reload — so a resume banner adds an extra click without saving the user from anything. Single 'share screen' button stays the canonical path. Add picker hints on getDisplayMedia that Chrome honors (Firefox / Safari silently ignore — no behavior change): surfaceSwitching: 'include' — show the in-stream switcher widget selfBrowserSurface: 'include' — let the user pick this tab if useful systemAudio: 'include' — surface the tab-audio toggle by default Net result: same gesture flow as before the resume experiment, slightly friendlier picker on Chrome, no extra UI. --- web/zebra-spaces.html | 58 +++++++++++-------------------------------- 1 file changed, 15 insertions(+), 43 deletions(-) diff --git a/web/zebra-spaces.html b/web/zebra-spaces.html index 8939a2c..dcf8661 100644 --- a/web/zebra-spaces.html +++ b/web/zebra-spaces.html @@ -731,12 +731,6 @@ try { -