This property reports whether the computer is a touch device.
<computer>
The following displays the if we're on a touch device':
<text sometext>
/ items= ("touch = <% computer.touch %>")
</text>
The following displays the application mode in an instruction page:
<page somepage>
touch = <% computer.touch %>
</page>