简体   繁体   中英

Metro App Touch Gesture equivalent to Keyboard Enter

Windows 8 Metro App中的键盘Enter键是否具有等效的Touch手势 ,可以在KeyDownTextBox类似事件中检测到?

See the docs for designing for touch interaction , which includes the Microsoft Touch language.

Apps should endeavor to follow the Microsoft Touch language as much as possible.

You should not need a touch gesture specifically for the equivalent of the Enter key because if the user is using a keyboard (for example, on a laptop), they would have the Enter key available physically. If a keyboard is not present (for example on Surface or other tablet), then tapping inside the textbox would bring up the soft input panel, which likewise includes the Enter key. You can find more information on keyboard and SIP support here .

Hope that helps.

For more information on Windows Store app development, register for App Builder .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM