In QML, I can run an external URL using:
Qt.openUrlExternally(url);
With this, I can, for example, have the Facebook app open in a certain profile:
var test = Qt.openUrlExternally('fb://profile/###########');
However, if the Facebook a...
asked by
19.05.2014 / 18:11