Hello.
Is there a way to open the phone's browser from qml or from qt c++?
I want to open a link and I don't want to use webview.
Hello.
Is there a way to open the phone's browser from qml or from qt c++?
I want to open a link and I don't want to use webview.
This might be what you are looking for:
How to launch other applications in Qt
-CarlosDL
Or with this:
You can use it simply:bool Qt:penUrlExternally ( url target )
onClicked: Qt.openUrlExternally('http://qt.nokia.com")
Neither of those work on Symbian.This might be what you are looking for:
How to launch other applications in Qt
http://www.developer.nokia.com/Commu...s-already-open