From cbbf655a310c41afce526efff730c87f569618b9 Mon Sep 17 00:00:00 2001 From: Paul Glover Date: Mon, 10 Aug 2026 17:55:25 -0400 Subject: [PATCH 1/3] Let a mouse drag the image MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit An is natively draggable, so a press-and-move on a desktop started an HTML5 drag-and-drop, which fires pointercancel and springs the image back a few pixels into the gesture. Every swipe on a desktop was dead, and touch was unaffected — a native drag never starts from a touch — which is why it went unnoticed on the platform this was written for. Both the attribute and the -webkit- property: Safari has long wanted the property as well. There is no unprefixed form; it is not a standard property. Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_01T4oAqvh4CPXFK2uWJnSXpa --- static/index.html | 7 ++++++- static/styles.css | 5 +++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/static/index.html b/static/index.html index b8a099c..de66228 100644 --- a/static/index.html +++ b/static/index.html @@ -60,7 +60,12 @@

Random Image