Navigation

    Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    • Unsolved
    1. Home
    2. Tags
    3. qml qtwebengine
    Log in to post

    • Allow WebRTC webcam request using when QtWebEngine
      General and Desktop • qml qtwebengine qt 5.4.1 webengine chromium qml qtwebengine • • joelmar  

      2
      0
      Votes
      2
      Posts
      2859
      Views

      You need to connect to the featurePermissionRequested of the WebView, i.e. onFeaturePermissionRequested: { grantFeaturePermission(securityOrigin, feature, true); }
    • module "QtWebEngine" is not installed
      General and Desktop • qml qtwebengine • • ejos  

      13
      0
      Votes
      13
      Posts
      14723
      Views

      The issue was with mismatch of QDeclarativeView and QQuickView use simultaneously. The issue is resolved once I changed all QDeclarativeView to QQuickView. Thanks for replies