Reputation: 1930
I want to be able to click on a phone number or email address text in an application I'm making in QML for Nokia phones and I can't find any documentation on how to do this? Any ideas?
Upvotes: 2
Views: 1102
Reputation: 2590
Use http://doc.qt.nokia.com/latest/qml-qt.html#openUrlExternally-method and open a tel:12345 or mailto:[email protected] URL.
Upvotes: 4