Comment 0 for bug 1223850

Revision history for this message
Jamie Strandboge (jdstrand) wrote :

Perhaps the idea is that http:// and https:// URLs will come when there is url handler registration, but we should have http:// and https:// handlers and hook them up to QML somehow. Right now people are doing things like this in applications:

  onLinkActivated: Qt.openUrlExternally(link)

and they aren't working.