handling "mailto" and "tel" hyperlink on QtWebEngine
-
@NelsonC The problem with it I found was how to fetch the
mailto
link when clicked on the link. Once you get themailto
link then you can callQt.openUrlExternally
and pass the link as parameter and it should open the default mail client. For eg:onClicked: Qt.openUrlExternally("mailto:someone@example.com?Subject=Hello")