Making swipe work for a pivot control with embedded WebBrowser on Windows Phone 8.0
问题 I'd like my application to have a Pivot control with a WebBrowser control in each PivotItem . The problem is that swiping to next PivotItem doesn't work since it instead results in scrolling the web page horizontally. However, the web pages are responsive and doesn't need to be scrolled horizontally so instead I want horizontal swiping to result in a pivot switch. Can this be accomplished? If I can't use a Pivot control what is the recommended way to implement page switching with WebControl s