I can reproduce the issue with a plain oxide WebView:

import QtQuick 2.4
import com.canonical.Oxide 1.12
Item {
  id: container
  width: 400
  height: 400
  WebView {
    anchors.fill: parent
    url: "http://www.w3schools.com/html/html_links.asp";
    onNewViewRequested: webviewFactory.createObject(container, {"request": 
request})
  }
  Component {
    id: webviewFactory
    WebView {
      anchors.fill: parent
      Component.onCompleted: console.log("completed:", this, visible)
      onVisibleChanged: console.log("visible changed:", this, visible)
    }
  }
}

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to webbrowser-app in Ubuntu.
https://bugs.launchpad.net/bugs/1573663

Title:
  New views creating either new tabs or overlays end up blank

Status in Oxide:
  New
Status in webbrowser-app package in Ubuntu:
  In Progress

Bug description:
  In the browser and the container, when a hyperlink triggers the
  creation of a new view, either a new overlay or a new tab is created
  as expected but the webview content is always a blank screen.

  It started with Oxide 1.14.x (x being '6' as of now),

To manage notifications about this bug go to:
https://bugs.launchpad.net/oxide/+bug/1573663/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to     : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to