feat: Mobile touch support (pinch zoom, pan, tap place) #21
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feature/4-mobile-touch"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Closes #4
Summary
Added full mobile touch support for the pixel board. Users on phones/tablets can now pan, pinch-to-zoom, and tap to place pixels.
Changes
touchstart/touchmove/touchendon canvas frametouch-action: noneon canvas frame to prevent browser gestures@media (max-width: 768px): sidebar goes horizontal below header, full-width chat panel, larger palette buttons@media (max-width: 480px): even larger touch targetsoverscroll-behavior: noneprevents pull-to-refresh interferenceTesting