touchmove preventdefault / signature capture在Windows平板电脑上不起作用

时间:2012-04-06 19:41:57

标签: jquery html5 tablet tablet-pc

我在这里有一个Windows平板电脑,正在为网络应用程序进行签名捕获。

在ipad和droid上你可以使用

$("body").on('touchmove', function (event) {
    event.preventDefault();
});

在您签名时将页面锁定到位。这不适用于Windows平板电脑。任何想法?

*刚刚发现它可以在很多场景中按 F11 进行全屏显示。拥有非全屏解决方案仍然会很好。

1 个答案:

答案 0 :(得分:0)

Internet Explorer未实施专有的Apple touch事件。您还需要绑定到MSPointerMove。

有关详细信息和示例,请参阅Touch Input for IE10 and Metro style Apps