简体   繁体   English

带有Touch支持的桌面HTML信息亭

[英]Desktop HTML Kiosk with Touch support

I have to develop an application in html/js for a kiosk. 我必须为亭子在html / js中开发一个应用程序。 This Kiosk will be displayed on a Windows Touch screen, with "Windows Touch" capability. 此信息亭将显示在具有“ Windows Touch”功能的Windows触摸屏上。

It seems that there is some frameworks to use the gestures on mobile plateform, but I found nothing for a Desktop with a Touch Screen. 似乎有一些框架可以在移动平台上使用手势,但对于带触摸屏的台式机却一无所获。

Is there a mean to use a "Slide gesture" on an html page, (for example to slide a big panel), opening the page in a browser in Windows 7, on a Desktop computer? 是否有一种在html页面上使用“滑动手势”(例如滑动大面板),在台式机上的Windows 7浏览器中打开页面的方法?

Thanx in advance for your help 提前感谢您的帮助

Support for proper touch events in the browser is a browser-by-browser consideration. 在浏览器中支持适当的触摸事件是逐个浏览器的考虑因素。 In IE 10 and 11, Microsoft have abstracted the concept away from Mouse and Touch events to what they call Pointer events and Gesture events respectively. 在IE 10和11中,Microsoft已将概念从“鼠标”和“触摸”事件抽象为它们分别称为“ 指针”事件和“ 手势”事件

With your specific request for a "slide gesture" for interacting with a carousel, there's a specific IE Blog article on the topic . 根据您对与旋转木马互动的“滑动手势”的特定要求, 有关于该主题的特定IE博客文章

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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