1

Drag & Drop functionality of jquery/html5 is not supported in windows phone. How to make it run?

aria-grabbed & aria-dropeffect property would be helpful for this.
If no. What is solution for this problem?

4

2 回答 2

3

还有一些其他基本功能不在 Windows Phone 中运行。例如,

就像评论提到的那样,它还不支持。如果有办法运行这些东西,那么它就不会不受支持。

于 2013-01-24T03:38:33.923 回答
1

我认为这是由于 IE9/WP7 上缺少 mousemove 事件。作为一种可能的解决方法,我建议尝试PhoneGap,因为它使用特殊的本机代理添加了此功能。看看这个视频

http://www.youtube.com/watch?v=4CPaCgHQNrc

PS。在 WP8 上这应该可以工作,因为 IE10/WP8 支持全套鼠标事件

于 2013-01-24T08:15:13.100 回答