This seems to be an oxide issue, I can reliably reproduce on my phone
with the following minimal QML scene:

import QtQuick 2.4
import com.canonical.Oxide 1.12
WebView {
  id: root
  Component {
    id: webviewFactory
    WebView {
      anchors.fill: parent
    }
  }
  onNewViewRequested: webviewFactory.createObject(root, {"request": request, 
"visible": true})
  Component.onCompleted: loadHtml('<html><body><a 
href="http://start.ubuntu.com"; target="_blank">test</a></body></html>')
}


** Also affects: oxide
   Importance: Undecided
       Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1582060

Title:
  OSK doesn’t pop up on HERE account login page

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1582060/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to