Qt 6.11 is out! See what's new in the release
blog
handling "mailto" and "tel" hyperlink on QtWebEngine
Mobile and Embedded
5
Posts
2
Posters
3.9k
Views
2
Watching
-
Dear All,
how can i handle "mailto" and "tel" hyperlink case on QtWebEngine android application
Thz
Nelson -
Dear All,
how can i handle "mailto" and "tel" hyperlink case on QtWebEngine android application
Thz
Nelson@NelsonC I think Webview is not supported on android.
-
@p3c0 sorry i mean QtWebEngine
-
@p3c0 sorry i mean QtWebEngine
-
@p3c0 sorry i mean QtWebEngine
@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")