From 8c30e43b5fa2d9589f72b837f721f5f01e0493a9 Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Wed, 20 May 2020 15:32:53 +0900 Subject: [PATCH] Retry "external_api: fixed using deeplinks" Set target='_top' inside anchor. Courtesy of #6700 Follow-up to: #6784 --- .../deep-linking/components/DeepLinkingMobilePage.web.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/react/features/deep-linking/components/DeepLinkingMobilePage.web.js b/react/features/deep-linking/components/DeepLinkingMobilePage.web.js index 1e798f65e1..bb0904ee73 100644 --- a/react/features/deep-linking/components/DeepLinkingMobilePage.web.js +++ b/react/features/deep-linking/components/DeepLinkingMobilePage.web.js @@ -125,7 +125,8 @@ class DeepLinkingMobilePage extends Component { + onClick = { this._onDownloadApp } + target = '_top'> @@ -134,7 +135,8 @@ class DeepLinkingMobilePage extends Component { { ...onOpenLinkProperties } className = { `${_SNS}__href` } href = { generateDeepLinkingURL() } - onClick = { this._onOpenApp }> + onClick = { this._onOpenApp } + target = '_top'> {/* */}