Bing Map and Pivot
I'm having an issue that I'm unable to fix, I've开发者_如何学Go a pivot with a bing Map in one of its screens, the thing is when you flick (scroll horizontally) on the map, the pivot transition is also performed... Is there a solution or even a hack/workaround to avoid this side effect ?
Thanks in advance Miloud B.
The workaround that most people are doing is not putting a live map in a pivot.
Most of the time where you do see a map in a pivot, its just a static image generated by the map control. Then some type of interaction like a tap or something takes you to another page that hosts the live map control.
精彩评论