spaxel/dashboard/css
jedarden f2be2c1f6a fix(dashboard): fix Three.js OrbitControls touch event handling
Fix touch event propagation from panels to canvas, resolve iOS Safari
passive event listener warnings, prevent double-tap zoom conflicts,
improve pinch gesture accuracy, and enable three-finger pan.

Changes:
- Add maximum-scale=1.0, user-scalable=no to viewport meta tag (live.html)
- Add touch-action: none to canvas elements (expert.css)
- Change panel touch listeners from passive:false to passive:true with
  stopPropagation() to prevent iOS warnings (panels.js)
- Enhance controls.js module with comprehensive panel class coverage
  and auto-apply functionality

Acceptance Criteria Met:
✓ Touch events on sidebar panels do not propagate to the canvas
✓ No iOS Safari passive event listener warnings
✓ Double-tap to zoom is disabled (user-scalable=no in meta viewport)
✓ Pinch gesture is accurate on actual devices (zoomSpeed=1.0)
✓ Three-finger pan is enabled in OrbitControls

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-04 02:27:00 -04:00
..
_fix_html.py style(dashboard): complete CSS tokenization and add live-view grid layout classes 2026-04-24 15:14:40 -04:00
_tokenize.py style(dashboard): complete CSS tokenization and add live-view grid layout classes 2026-04-24 15:14:40 -04:00
ambient.css feat(dashboard): polish tap-to-jump UX and remove expert-mode gating 2026-04-24 23:16:56 -04:00
anomaly.css feat(dashboard): anomaly detection & security mode UI with WS consistency fix 2026-04-25 09:03:51 -04:00
apdetection.css style(dashboard): complete design token migration and live view cleanup 2026-04-24 16:39:53 -04:00
ble-panel.css feat(explainability): detection explainability overlay with per-link contributions, Fresnel zones, and BLE identity 2026-04-24 19:23:55 -04:00
briefing.css feat(dashboard): polish tap-to-jump UX and remove expert-mode gating 2026-04-24 23:16:56 -04:00
command-palette.css feat(dashboard): polish tap-to-jump UX and remove expert-mode gating 2026-04-24 23:16:56 -04:00
expert.css fix(dashboard): fix Three.js OrbitControls touch event handling 2026-05-04 02:27:00 -04:00
explainability.css feat(explainability): detection explainability overlay with per-link contributions, Fresnel zones, and BLE identity 2026-04-24 19:23:55 -04:00
fleet-page.css feat(explainability): detection explainability overlay with per-link contributions, Fresnel zones, and BLE identity 2026-04-24 19:23:55 -04:00
floorplan.css feat(explainability): detection explainability overlay with per-link contributions, Fresnel zones, and BLE identity 2026-04-24 19:23:55 -04:00
guided-help.css feat(explainability): detection explainability overlay with per-link contributions, Fresnel zones, and BLE identity 2026-04-24 19:23:55 -04:00
home.css fix(dashboard): center home page max-width containers 2026-04-24 17:12:45 -04:00
integrations.css feat(dashboard): add axe-core accessibility CI gate for all dashboard pages 2026-04-24 18:31:17 -04:00
layout.css feat(dashboard): add iOS Safari safe area CSS support 2026-04-25 12:40:52 -04:00
notifications.css feat(explainability): detection explainability overlay with per-link contributions, Fresnel zones, and BLE identity 2026-04-24 19:23:55 -04:00
panels.css feat(explainability): detection explainability overlay with per-link contributions, Fresnel zones, and BLE identity 2026-04-24 19:23:55 -04:00
quick-actions.css fix(dashboard): repair CSS syntax errors and complete token migration 2026-04-24 16:57:32 -04:00
replay.css fix(dashboard): CSS syntax fixes and timeline mode detection cleanup 2026-04-24 19:20:58 -04:00
scene.css feat(expert-mode): improve mobile touch controls for 3D scene 2026-04-25 11:01:34 -04:00
security.css feat(explainability): detection explainability overlay with per-link contributions, Fresnel zones, and BLE identity 2026-04-24 19:23:55 -04:00
simulator.css chore(dashboard): remove stale simple/expert mode references from CSS comments 2026-04-24 20:37:18 -04:00
sleep.css feat(explainability): detection explainability overlay with per-link contributions, Fresnel zones, and BLE identity 2026-04-24 19:23:55 -04:00
timeline.css feat(timeline): add search and filter bar to sidebar timeline 2026-05-04 00:54:21 -04:00
tokens.css feat(explainability): detection explainability overlay with per-link contributions, Fresnel zones, and BLE identity 2026-04-24 19:23:55 -04:00
troubleshoot.css feat(explainability): detection explainability overlay with per-link contributions, Fresnel zones, and BLE identity 2026-04-24 19:23:55 -04:00
wizard.css chore(dashboard): remove stale simple/expert mode references from CSS comments 2026-04-24 20:37:18 -04:00