handling "mailto" and "tel" hyperlink on QtWebEngine
Mobile and Embedded
5
Posts
2
Posters
2.8k
Views
2
Watching
-
Dear All,
how can i handle "mailto" and "tel" hyperlink case on QtWebEngine android application
Thz
Nelson -
@NelsonC The problem with it I found was how to fetch the
mailtolink when clicked on the link. Once you get themailtolink then you can callQt.openUrlExternallyand pass the link as parameter and it should open the default mail client. For eg:onClicked: Qt.openUrlExternally("mailto:someone@example.com?Subject=Hello")