Windows Phone 地图控件的捏合缩放无响应
我发现 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在与我们的 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.