No description
Implemented mobile touch controls for expert mode 3D scene:
- OrbitControls touch gesture configuration:
- ONE: THREE.TOUCH.ROTATE (one-finger orbit)
- TWO: THREE.TOUCH.DOLLY (pinch zoom ONLY, no accidental pan)
- THREE: THREE.TOUCH.PAN (three-finger pan)
- Mobile-specific touch handling improvements:
- CSS touch-action: none on scene container and canvas
- -webkit-touch-callout: none
- -webkit-user-select: none
- user-select: none
- -webkit-tap-highlight-color: transparent
- iOS Safari-specific touch improvements:
- Double-tap zoom prevention
- Visual viewport handling for orientation changes
All 29 mobile tests pass. Implementation already committed in
|
||
|---|---|---|
| .beads | ||
| .github/workflows | ||
| .marathon | ||
| dashboard | ||
| docs | ||
| firmware | ||
| mothership | ||
| tests/e2e | ||
| .dockerignore | ||
| .gitignore | ||
| .needle-predispatch-sha | ||
| .needle.yaml | ||
| API_IMPLEMENTATION_STATUS.md | ||
| docker-compose.yml | ||
| Dockerfile | ||
| fix_ble_handlers.py | ||
| PROGRESS.md | ||
| VERSION | ||