Feedback
Canvas and ImageViewer now provide consistent completed-tap activation
- Status
- Fixed
- Fixed in
- v26.8.4
- Source discussion
- https://forum.objo.dev/d/824-how-to-use-canvas-as-button
- Last updated
- 2026-08-17
Upvotes
0 upvotes
Uses your Objo forum account.
Public summary
Canvas gains a single Pressed(x, y) event alongside DoublePressed(x, y), so custom-drawn controls can respond to a completed mouse, touch, or pen tap without manually combining low-level mouse events. ImageViewer uses the same completed-tap semantics for its existing Pressed event. Published guidance explains custom-drawn button states, SVG/vector assets, theme changes, focus, and keyboard activation.