From f2b914afc6a5ba4aa2f8dcd13a979f04f07034c2 Mon Sep 17 00:00:00 2001 From: Lars Schmertmann Date: Sat, 30 May 2020 19:45:59 +0200 Subject: Android: Enable QDesktopService QDesktopServices::openUrl(const QUrl &url) is already implemented on Android. But even if it is possible to set an URL handler, the mechanism to invoke it is missing. With this commit the URL handler will work on Android like it is already working on iOS. Task-number: QTBUG-84382 Pick-to: 6.2 Change-Id: Ic560bd380f1cc59586861aa1a6a3ea064276a39e Reviewed-by: Assam Boudjelthia --- doc/global/externalsites/external-resources.qdoc | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'doc/global/externalsites/external-resources.qdoc') diff --git a/doc/global/externalsites/external-resources.qdoc b/doc/global/externalsites/external-resources.qdoc index f3682e593a..b952b753b8 100644 --- a/doc/global/externalsites/external-resources.qdoc +++ b/doc/global/externalsites/external-resources.qdoc @@ -44,6 +44,26 @@ \externalpage https://developer.android.com/studio/command-line/adb#devicestatus \title Android: Query for devices */ +/*! + \externalpage https://developer.android.com/training/app-links/deep-linking + \title Android: Create Deep Links to App Content +*/ +/*! + \externalpage https://developer.android.com/training/app-links/verify-site-associations + \title Android: Verify Android App Links +*/ +/*! + \externalpage https://developer.apple.com/documentation/uikit/uiapplication/1622952-canopenurl + \title iOS: canOpenURL: +*/ +/*! + \externalpage https://developer.apple.com/documentation/xcode/defining-a-custom-url-scheme-for-your-app + \title iOS: Defining a Custom URL Scheme for Your App +*/ +/*! + \externalpage https://developer.apple.com/documentation/xcode/supporting-associated-domains + \title iOS: Supporting Associated Domains +*/ /*! \externalpage http://www.freedesktop.org/ \title freedesktop.org -- cgit v1.2.3