locked
WebView as a pivot item, swiping not working - Windows phone 8.1 RRS feed

  • Question

  • I'm creating a pivot page with a few items.
    One of those items is a WebView.
    Swiping doesn't work on the WebView Item.
    Any Workaround?

    This is a Windows Phone 8.1 project

    Monday, September 15, 2014 3:14 PM

Answers

All replies

  • This limitation is documented in the WebView docs at http://msdn.microsoft.com/en-us/library/windows/apps/windows.ui.xaml.controls.webview.aspx

    Windows Phone 8.1

    • WebView on Windows Phone 8.1 is not compatible with parent controls that require gestures to propagate up from the  WebView control to the parent, such as FlipView, ScrollViewer class, and other related controls.

    • Marked as answer by TheBingi Monday, September 15, 2014 4:02 PM
    Monday, September 15, 2014 3:27 PM
    Moderator
  • Then it's back to windows phone 8.1 Silverlight and the WebBrowser control :)

    And this! :)

    https://github.com/jlopresti/TouchWebBrowserDecorator

    Monday, September 15, 2014 4:02 PM
  • I had a similar problem in a windows phone 8.1 app, but because I didnt need to user to interact with the webview i gust put a transperant grid on top and it works.
    <html:div data-url="https://social.msdn.microsoft.com/Forums/windowsapps/en-US/a93e5b66-e557-4a83-bc3f-9484cd36d9f7/webview-as-a-pivot-item-swiping-not-working-windows-phone-81?forum=winappswithcsharp" id="link64_adl_tabid" style="display:none;">386</html:div>
    Thursday, April 23, 2015 6:36 AM