Responding to touch input (Metro style apps using JavaScript and HTML)

Expand
Language: JavaScript and HTML | VB/C#/C++ and XAML
2 out of 4 rated this helpful - Rate this topic

Responding to touch input (Metro style apps using JavaScript and HTML)

[This documentation is preliminary and is subject to change.]

The topics in this section describe how user interactions through touch devices are supported by the Windows Metro style UI in Windows 8 Release Preview. Here you can learn how to take full advantage of touch devices in Metro style apps.

There are a number of different ways you can handle touch input in your Metro style app using C++, C#, or Visual Basic:

  • The built-in control libraries provide default touch support using standard interactions, animated physics effects, and visual feedback. If you do not require customized touch support, use these built-in controls and follow the few guidelines for touch optimization described in this section.

  • You can also implement your own touch and interaction support. You should model any customized touch support on the standard Metro style app interactions to ensure consistency and to keep things intuitive and discoverable.

This documentation is relevant for developers building Metro style apps for tablets and computers that have an attached digitizer (beneath the surface of the screen or as a peripheral device) that accepts touch input.

In this section

TopicDescription

Guidelines and checklist for touch input

This topic describes best practices for handling touch input.

 

Related topics

Responding to user interaction
Touch interaction design
Quickstart: Touch input (C#, C++, VB)

 

 

Build date: 5/22/2012

Did you find this helpful?
(1500 characters remaining)
Community Additions ADD