Windows Phone 地图控件的捏合缩放无响应

发布于 2024-11-07 07:21:13 字数 282 浏览 0 评论 0原文

我发现 Windows Phone 7 上的 silverlight 地图控件 (Microsoft.Phone.Controls.Map) 出现非常不稳定/无响应的行为。地图控件似乎没有识别出我的很多捏合手势。还有其他人看到这个吗?有办法解决吗?

作为一个实验,我将自定义手势侦听器连接到 PinchStarted、PinchDelta 和 PinchCompleted。每次我捏捏时,我的事件处理程序都会被触发,但 Silverlight 地图控件“大多数”不会选择它们。

附言。我正在使用最新的 SDK/工具包。

I'm seeing very spotty/unresponsive behavior with the silverlight map control on Windows Phone 7 (Microsoft.Phone.Controls.Map). The map control doesn't seem to pick up a lot of my pinch gestures. Is anyone else seeing this? Is there a way a workaround?

Just as an experiment I hooked up custom gesture listeners to PinchStarted, PinchDelta and PinchCompleted. My event handlers are getting fired every time I pinch, but the Silverlight map control doesn't pick them "most" of the times.

PS. I'm using the most up to date SDK/Toolkits.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

月光色 2024-11-14 07:21:13

在与我们的 Microsoft 联系人交谈后,我们没有得到关于捏性能问题的答案。官方回应了我们的问题,但建议在地图上放置一个+/-按钮来放大和缩小地图。要显示 +/- 按钮,请使用 ZoomBarVisible 属性。

After talking to our Microsoft contact we have no answers for the pinch performance problems. The official side stepped our question but and recommend putting a +/- buttons on the map for zooming in and out of the Map. To show the +/- buttons use the ZoomBarVisible property.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文