Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-46211

WebView on iOS does not allow for zooming

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • 5.5.1
    • 5.5.0 Beta
    • WebView
    • None
    • MacOS, iOS 8, XCode 6.3.1
    • iOS/tvOS/watchOS
    • fbf7b3159a79bf75f6d86af74b5241b5260d778b

    Description

      You cannot pinch to zoom on a Webview in iOS. Works fine with the Android webview.

      If I understand the 5.5 code correctly at https://github.com/qtproject/qtwebview/blob/5.5/src/webview/qwebview_ios.mm
      this should work?

      Without that feature, webview is not very useful.

      EXAMPLE:

      import QtQuick 2.4
      import QtQuick.Window 2.2
      import QtWebView 1.1
      
      Window {
          visible: true
          WebView {
              url: "http://www.test.de"
              anchors.fill:parent
          }
      }
      

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            stromme Christian
            sede sede
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes