HI
I want to open symbian native call dialer dialog using a qml based qt application. can anyone tell me how to do that?
HI
I want to open symbian native call dialer dialog using a qml based qt application. can anyone tell me how to do that?
Hi
Check this article , there is said : Qt.openUrlExternally("tel:012345xxxxx") can make a call in QML
that would dial the number, not open the dialpad. anyways I figured out a way using native Symbian API's.
Hi
i found suggestion to launch the built-in dial pad then the most straightforward way is simulating a green key press.
From the other hand , direct invoking dial-pad by UID, name, etc. does not work