Difference between revisions of "Design Team/Activity Touch Input"
Jump to navigation
Jump to search
Line 3: | Line 3: | ||
:Right now, there is no canvas zooming at all... just block zooming. | :Right now, there is no canvas zooming at all... just block zooming. | ||
* Canvas scrolling when dragging canvas | * Canvas scrolling when dragging canvas | ||
− | :Will | + | :Will add to v138 (See commit at [http://git.sugarlabs.org/turtleart/mainline/commit/60d0d9caec902cf6824ce01368436e58925ceff4]). |
* Default to large blocks when used on a touch device to reduce obscuring effect of fingers & improve hit target. Perhaps extend the block shapes to have an otherwise blank 'gripper/ridged' area to the left or right | * Default to large blocks when used on a touch device to reduce obscuring effect of fingers & improve hit target. Perhaps extend the block shapes to have an otherwise blank 'gripper/ridged' area to the left or right | ||
:What is the purpose of the gripper? | :What is the purpose of the gripper? |
Revision as of 16:54, 10 April 2012
Turtle Art
- Canvas zooming in/out with pinch gesture
- Right now, there is no canvas zooming at all... just block zooming.
- Canvas scrolling when dragging canvas
- Will add to v138 (See commit at [1]).
- Default to large blocks when used on a touch device to reduce obscuring effect of fingers & improve hit target. Perhaps extend the block shapes to have an otherwise blank 'gripper/ridged' area to the left or right
- What is the purpose of the gripper?
- To allow a fat finger to easily drag a block about without obscuring its content and top edge for snapping onto other blocks
- Got it. It could be something that only appears on a touch-enabled machine (or when the XO is in tablet mode). I'll sketch something up.
- To allow a fat finger to easily drag a block about without obscuring its content and top edge for snapping onto other blocks
- Portrait orientation clips too many toolbar icons (expect portrait orientation to be used much more frequently on tablet devices)
- As of v137, there is a scroll mechanism for clipped palettes...
- Toolbar hover hints clobbering view of block palettes (due to touch activation leaving pointer over toolbar buttons )
- These can be turned off and could be by default.
- Allow escaping from full screen mode (see Read for improved behaviour)
Read
- Vertical scrolling solution
- Page turning swipe gesture for paginatable documents
Speak
TamTamJam
Typing Turtle
TamTamEdit
Labyrinth
- Canvas zooming in/out with pinch gesture
- Canvas scrolling when dragging canvas (replace current behaviour of creating a node of a specific size, rely on single tap to create a node)