Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
[Moved] [Solved] How to Dial a call?
-
If I already have a phone number, how can I dial a call (or invoke the phone dialler with the number) from QML?
Thanks
Simon
-
It makes more sense to be in Mobile category. Moved.
-
I'll answer my own post as this isn't documented anywhere...
Use Qt.openUrlExternally("tel:<number>")
Simon