From 532dadb245c749f93e3c9ded8e66f17196ced15b Mon Sep 17 00:00:00 2001 From: msalmasi Date: Tue, 19 May 2020 08:09:42 -0400 Subject: [PATCH] external_api: fixed using deeplinks This update opens links in the full body of the window so deeplinks will work on iOS Safari when using the external API in an iFrame. --- .../deep-linking/components/DeepLinkingMobilePage.web.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/react/features/deep-linking/components/DeepLinkingMobilePage.web.js b/react/features/deep-linking/components/DeepLinkingMobilePage.web.js index 1e798f65e..555b7bdd5 100644 --- a/react/features/deep-linking/components/DeepLinkingMobilePage.web.js +++ b/react/features/deep-linking/components/DeepLinkingMobilePage.web.js @@ -129,6 +129,7 @@ class DeepLinkingMobilePage extends Component { + target = '_top' { {/* */} + target = '_top' { renderPromotionalFooter() }